From efada670329f32105f834ad014bb8b1d87dd40e0 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 18 Feb 2016 12:39:06 +0200 Subject: [PATCH] Working on TravisCI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d6fbe7644010..f38eaaf24b4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,7 @@ before_script: # Start webserver on ninja.dev:8000 - php artisan serve --host=ninja.dev --port=8000 & # '&' allows to run in background # Start PhantomJS - - phantomjs --webdriver=4444 & # '&' allows to run in background + - phantomjs --webdriver=4444 --ignore-ssl-errors=true & # '&' allows to run in background # Give it some time to start - sleep 5 # Make sure the app is up-to-date