From c1218d8607b3f4a5fc3a6361b5a5496683f95bc6 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Tue, 12 Mar 2019 15:07:15 +0100 Subject: [PATCH] Revert change from chrome to electron as we need recording --- .travis.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7157f6917..2b1608b01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,14 +7,6 @@ cache: - node_modules services: - docker -addons: - chrome: stable - apt: - sources: - - google-chrome - packages: - - google-chrome-stable - env: - DOCKER_COMPOSE_VERSION=1.23.2 BACKEND_BRANCH=${TRAVIS_PULL_REQUEST_BRANCH:-${TRAVIS_BRANCH:-master}} @@ -42,7 +34,7 @@ script: - docker-compose exec -e NODE_ENV=test webapp yarn run lint - docker-compose exec -e NODE_ENV=test webapp yarn run test - wait-on http://localhost:7474 && docker-compose -f ../Nitro-Backend/docker-compose.yml exec neo4j migrate - - wait-on http://localhost:3000 && cypress run --browser chrome --record --key $CYPRESS_TOKEN + - wait-on http://localhost:3000 && cypress run --record --key $CYPRESS_TOKEN after_success: - wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh