Skip to content

Commit 6641a78

Browse files
final travis fix — says he
1 parent 523f373 commit 6641a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-ci/install-nginx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sudo nginx -c /etc/nginx/nginx.conf
4747
#sudo service nginx reload
4848

4949
# Copy our index.php file into the default site's root folder
50-
sudo cp $TRAVIS_BUILD_DIR/www/index.php /var/www/html/index.php
50+
sudo cp $TRAVIS_BUILD_DIR/travis-ci/index.php /var/www/html/index.php
5151

5252
# Run update-ngxblocker test
5353
cd /usr/sbin

0 commit comments

Comments
 (0)