Skip to content

Commit cfbb752

Browse files
committed
Sequential build
1 parent 3e1d26a commit cfbb752

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ install:
1212
- if [[ $TRAVIS_PULL_REQUEST = false ]] && [[ $TRAVIS_BRANCH = master || $TRAVIS_BRANCH = dev-* ]] || [[ $TRAVIS_TAG = v* ]]; then GOAL=deploy; else GOAL=install; fi
1313
- if [[ $TRAVIS_TAG = v* ]]; then ADDITIONAL_PROFILES=release; mvn -q -U org.seedstack:seedstack-maven-plugin:release; else ADDITIONAL_PROFILES=snapshots; fi
1414

15-
script: mvn -q -U -T 2 -Pbuild-number,compatibility,quality,bintray,javadoc,$ADDITIONAL_PROFILES $GOAL jacoco:report
15+
script: mvn -q -U -Pbuild-number,compatibility,bintray,javadoc,$ADDITIONAL_PROFILES $GOAL jacoco:report
1616

1717
after_success: mvn -q coveralls:report -DrepoToken=$COVERALLS_TOKEN

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
<tomcat.version>7.0.86</tomcat.version>
4242

4343
<compatibility.version>3.1.0</compatibility.version>
44-
<quality.skip>true</quality.skip>
4544

4645
<bintray.package>seed</bintray.package>
4746
</properties>

0 commit comments

Comments
 (0)