Skip to content

Commit

Permalink
add cypress to travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rwieruch committed Mar 22, 2018
1 parent fd3b645 commit 5066813
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 @@ -7,7 +7,7 @@ install:
- npm install

script:
- npm run test:unit -- --coverage && npm run test:snapshot -- --coverage && $(npm bin)/cypress run --record
- npm run test:unit -- --coverage && npm run test:snapshot -- --coverage && $(npm bin)/cypress run

after_script:
- COVERALLS_REPO_TOKEN=$coveralls_repo_token npm run coveralls

0 comments on commit 5066813

Please sign in to comment.