Skip to content

Commit

Permalink
Disable multithreaded build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Jan 22, 2016
1 parent 9c12ccf commit ca3b4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ install:
- if [[ $TRAVIS_PULL_REQUEST = false ]] && [[ $TRAVIS_BRANCH = master ]] || [[ $TRAVIS_TAG = v* ]]; then GOAL=deploy; else GOAL=install; fi
- if [[ $TRAVIS_TAG = v* ]]; then ADDITIONAL_PROFILES=release; mvn -q -U org.seedstack:seedstack-maven-plugin:release; else ADDITIONAL_PROFILES=snapshots; fi

script: mvn -q -U -T 2 -Pbuild-number,bintray,javadoc,$ADDITIONAL_PROFILES $GOAL
script: mvn -q -U -Pbuild-number,bintray,javadoc,$ADDITIONAL_PROFILES $GOAL

0 comments on commit ca3b4e8

Please sign in to comment.