From 456ab445c5fa0d624769df6e4179bdd48fbce160 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 22 Sep 2016 23:53:23 +0300 Subject: [PATCH] Fix for tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aa149da638a0..727f351d7d1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,7 +65,7 @@ before_script: - sleep 5 # Make sure the app is up-to-date - curl -L http://ninja.dev:8000/update - - php artisan ninja:create-test-data 25 + #- php artisan ninja:create-test-data 25 script: - php ./vendor/codeception/codeception/codecept run --debug acceptance AllPagesCept.php