Added travis_wait to test CI build order.

main
fjc40 9 years ago
parent ba21d81c91
commit 350ec41beb

@ -1,7 +1,7 @@
junit: junit:
stage: test stage: test
script: script:
- mvn -B -Dprism.verbose=true clean test - travis_wait mvn -B -Dprism.verbose=true clean test
generate_artifacts: generate_artifacts:
stage: deploy stage: deploy

@ -75,6 +75,7 @@
</repositories> </repositories>
<properties> <properties>

Loading…
Cancel
Save