Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Co-Authored-By: Matej Lednicky <matej.lednicky@typeform.com>
  • Loading branch information
Antonio and mathio committed Apr 13, 2020
1 parent 0a23613 commit ec99425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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.
Expand Down

0 comments on commit ec99425

Please sign in to comment.