File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77matrix :
88 include :
99 - php : 7.0
10- env : WP_TRAVISCI=travis:phpunit
1110 allow_failures :
1211 - php : 7.0
1312 - php : hhvm
@@ -23,12 +22,13 @@ install:
2322 # - sudo add-apt-repository -y ppa:nginx/stable
2423 # - sudo apt-get update
2524 # - sudo apt-get install -y --force-yes nginx-extras
26- - travis-ci/install-nginx2.sh
25+ # - travis-ci/install-nginx2.sh
2726script :
2827 # - sudo nginx -t &> /dev/stdout
2928 # - curl -vsf 'http://localhost:8080/nginx.php' &> /dev/stdout
3029 # - curl -A "googlebot" http://localhost:8080/nginx.php &> /dev/stdout
3130 # - cat /tmp/error.log
31+ - travis-ci/install-nginx2.sh
3232before_deploy :
3333- git config --global user.email "builds@travis-ci.com"
3434- git config --global user.name "Travis CI"
You can’t perform that action at this time.
0 commit comments