Skip to content

Commit

Permalink
feat(CI): move e2e tests in allow_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky committed Sep 6, 2018
1 parent c80504a commit 6220375
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 @@ -46,7 +46,7 @@ matrix:
- node_js: "7"
env: TO_TEST=UNIT SAUCE_USERNAME=compodoc
- node_js: "8"
env: TO_TEST=ALL SAUCE_USERNAME=compodoc
env: TO_TEST=UNIT SAUCE_USERNAME=compodoc
- node_js: "9"
env: TO_TEST=OTHERS SAUCE_USERNAME=compodoc
- node_js: "10"
Expand Down

0 comments on commit 6220375

Please sign in to comment.