Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
violethaze74
Artemis
Commits
3d8b6a99
Commit
3d8b6a99
authored
Jun 10, 2015
by
Ben Taylor
Browse files
Fail build on error as well as failure
parent
8880fd5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
3d8b6a99
...
...
@@ -5,4 +5,4 @@ sudo: false
install
:
-
"
make"
-
"
cd
test"
script
:
ant -f build-test.xml test | tee test.log && [ -z "$(grep 'Failures:\s[^0]' test.log)" ]
script
:
ant -f build-test.xml test | tee test.log && [ -z "$(grep 'Failures:\s[^0]
\|Errors:\s[^0]
' test.log)" ]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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