Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
ea697555
Commit
ea697555
authored
6 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Travis: exit pipeline if test fails.
parent
6e10ac27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+1
-1
.travis.yml
with
1 addition
and
1 deletion
+1
-1
.travis.yml
+
1
-
1
View file @
ea697555
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment