Skip to content

Commit

Permalink
Disable API tests on CI
Browse files Browse the repository at this point in the history
Show too unpredictable and flaky behavior.
  • Loading branch information
bkimminich committed Oct 27, 2018
1 parent c22b1c3 commit a9f9ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,7 @@ before_script:
- sleep 3
script:
- npm test
- npm run frisby
# - npm run frisby
- NODE_ENV=ctf npm run protractor
after_success:
- "./node_modules/.bin/lcov-result-merger 'build/reports/coverage/**/lcov.info' 'build/reports/coverage/lcov_merged.info'"
Expand Down

0 comments on commit a9f9ea5

Please sign in to comment.