From f29d7678002a1aac818b409eb3b62616ae8d57df Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 18 Feb 2016 10:25:12 +0200 Subject: [PATCH] Working on TravisCI --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 297db08db6..a1cbcca8b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,14 +52,14 @@ before_script: - php artisan db:seed --no-interaction # default seed - php artisan db:seed --no-interaction --class=UserTableSeeder # development seed # Start webserver on ninja.dev:8000 - - php artisan serve --host=ninja.dev --port=8000 & # '&' allows to run in background + #- php artisan serve --host=ninja.dev --port=8000 & # '&' allows to run in background # Start PhantomJS #- phantomjs --webdriver=4444 & # '&' allows to run in background - screen -S server -d -m phantomjs --webdriver=4444 # Give it some time to start - sleep 5 # Make sure the app is up-to-date - - curl -L http://ninja.dev:8000/update + #- curl -L http://ninja.dev:8000/update script: - php ./vendor/codeception/codeception/codecept run --html --debug