From 5e13a01ffda20d23534c93a346b067fbf7d70f5c Mon Sep 17 00:00:00 2001 From: jgen Date: Mon, 17 Feb 2014 17:42:40 -0500 Subject: [PATCH] The config file is in the test folder. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f2824b73..f8424d4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_install: install: - sudo apt-get install -y nginx --fix-missing - sudo apt-get install -y php5-fpm php5-mysql --fix-missing - - cp travis_nginx.conf /etc/nginx/nginx.conf + - cp tests/travis_nginx.conf /etc/nginx/nginx.conf - /etc/init.d/nginx restart - /etc/init.d/php5-fpm restart