Skip to content

Commit

Permalink
Run acceptance-tests in travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Oct 27, 2019
1 parent 23db7fc commit 58ffdbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ script:
- npm run lint
- npm run test
- cd test-acceptance/app
# - npm ci
# - npm run cypress:install
# - npm run cypress:verify
# - npm run test:ci
- npm ci
- npm run cypress:install
- npm run cypress:verify
- npm run test:ci
- cd ../..
- npm run coveralls
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sonar-scanner; fi'
Expand Down

0 comments on commit 58ffdbe

Please sign in to comment.