Skip to content

Commit 04f9082

Browse files
committed
test: download Test::Nginx with the super user permission
1 parent 9b57930 commit 04f9082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
- DOWNLOAD_CACHE=$HOME/download_cache
1212
- INSTALL_CACHE=$HOME/install_cache
1313
install:
14-
- cpanm -v --notest Test::Nginx
14+
- cpanm -v --notest --sudo Test::Nginx
1515
before_script:
1616
- sudo apt-get update -q
1717
- sudo apt-get install libreadline-dev libncurses5-dev libpcre3-dev libssl-dev -y

0 commit comments

Comments
 (0)