From 46c2d30face75e2ec5fce750d39f164a6d46ad66 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Tue, 7 Nov 2017 14:30:17 +0000 Subject: [PATCH] Remove dusk tests for now --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0d251ae0..7013cd90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ addons: - realpath - postgresql-9.6-postgis-2.3 - imagemagick - - google-chrome-stable + #- google-chrome-stable artifacts: s3_region: "eu-west-1" paths: @@ -54,10 +54,10 @@ before_script: - php artisan key:generate - php artisan migrate - php artisan db:seed - - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9515 http://localhost:8000 & - - sleep 5 + #- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9515 http://localhost:8000 & + #- sleep 5 script: - php vendor/bin/phpunit --coverage-text - - php artisan dusk + #- php artisan dusk - php vendor/bin/security-checker security:check ./composer.lock --end-point=http://security.sensiolabs.org/check_lock