Skip to content

Commit

Permalink
Clean before installation in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Mar 11, 2013
1 parent 24c3b3f commit 5bcde10
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 @@ -3,5 +3,5 @@ jdk:
- oraclejdk7
- openjdk7
before_install: 'mvn -version'
install: 'mvn install -Pfull -DskipTests'
install: 'mvn clean install -Pfull -DskipTests'

0 comments on commit 5bcde10

Please sign in to comment.