Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Wasm
Commits
a658f570
Unverified
Commit
a658f570
authored
Apr 17, 2018
by
Stefan Brunecker
Committed by
GitHub
Apr 17, 2018
Browse files
Update .travis.yml
parent
9880e909
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
a658f570
...
...
@@ -31,7 +31,8 @@ jobs:
script
:
-
mvn verify -Pacceptance-test jacoco:report --settings "settings.xml"
after_success
:
-
if [ "${TRAVIS_BRANCH}" == "master" ]; then mvn -B deploy --settings "./settings.xml"; fi
-
if
:
branch = master
-
mvn -B deploy --settings "./settings.xml"
after_success
:
-
bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
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