From ec99425f4a4bb6c52a0e16a37323363180f80a3c Mon Sep 17 00:00:00 2001 From: Antonio Date: Mon, 13 Apr 2020 17:49:48 +0200 Subject: [PATCH] Update .travis.yml Co-Authored-By: Matej Lednicky --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b3440aca..8638bb7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,7 +90,7 @@ jobs: if: fork = true AND (branch = master OR branch = release) script: - yarn start --no-info & export EMBED_PID=$! - - yarn test:functional:firefox + - yarn test:functional:firefox - kill $EMBED_PID - name: "Deploy" # Deploy to preview preview URL for testing purposes. Only deploy pull requests to 'release' branch.