Skip to content

Commit

Permalink
chore(ci): prevent cypress crashing?
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmatthew committed Jul 22, 2020
1 parent 33ae163 commit 59a54b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cache:
script:
- npx netlify build
- npx netlify deploy --alias $TRAVIS_JOB_ID
- npx cypress run --env host=$TRAVIS_JOB_ID--danmatthew.netlify.app --spec \"cypress/integration/home_page.spec.js\" --headless
- npx cypress run --env host=$TRAVIS_JOB_ID--danmatthew.netlify.app --headless
deploy:
skip_cleanup: true
provider: script
Expand Down

0 comments on commit 59a54b8

Please sign in to comment.