Skip to content

Commit

Permalink
Improve Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Jun 5, 2014
1 parent 4e41561 commit d030304
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ jdk:
- oraclejdk7
- openjdk7

script: mvn clean package
install: mvn dependency:resolve dependency:resolve-plugins

before_script: mvn clean

script: mvn package

0 comments on commit d030304

Please sign in to comment.