Skip to content

Commit

Permalink
Made travis builds a bit faster
Browse files Browse the repository at this point in the history
- Removed clean from maven
  • Loading branch information
ingwarsw committed Dec 5, 2013
1 parent 5d9ff1e commit 68feab5
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,7 +12,7 @@ env:
- PROFILE=test-glassfish-embeded
- PROFILE=test-jboss-managed

script: mvn clean install -P${PROFILE}
script: mvn install -P${PROFILE}

after_success:
- "[[ $TRAVIS_BRANCH == \"master\" ]] && { python travis/addServer.py; mvn clean deploy -DskipTests --settings ~/.m2/mySettings.xml; };"
Expand Down

0 comments on commit 68feab5

Please sign in to comment.