Skip to content

Commit 5e7b7ca

Browse files
change the way we install nginx - Travis CI package version too old
1 parent 91c30da commit 5e7b7ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ cache:
1818
addons:
1919
apt:
2020
packages:
21-
- nginx-full
21+
#- nginx-full
2222
- realpath
23-
#install:
24-
#- sudo add-apt-repository -y ppa:nginx/stable
25-
#- sudo apt-get update
26-
#- sudo apt-get install -y --force-yes nginx-extras
23+
install:
24+
- sudo add-apt-repository -y ppa:nginx/stable
25+
- sudo apt-get update
26+
- sudo apt-get install -y --force-yes nginx-extras
2727
#- travis-ci/install-nginx2.sh
2828
script:
2929
#- sudo nginx -t &> /dev/stdout

0 commit comments

Comments
 (0)