Commit ea697555 authored by XhmikosR's avatar XhmikosR
Browse files

Travis: exit pipeline if test fails.

parent 6e10ac27
Showing with 1 addition and 1 deletion
+1 -1
......@@ -9,7 +9,7 @@ install:
- bundle install --deployment --jobs=3 --retry=3 --clean
- npm install
script:
- npm test
- npm test || travis_terminate 1
- if [[ "$TRAVIS_NODE_VERSION" = "8" ]]; then npm run check-broken-links; fi
- if [[ "$TRAVIS_NODE_VERSION" = "8" && "$TRAVIS_EVENT_TYPE" = "push" && ! `git log --format=%B --no-merges -n 1 | grep '\[skip browser\]'` ]]; then npm run js-test-cloud; fi
after_success:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment