Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
borgogelli committed Jun 19, 2018
1 parent 526cf03 commit d524223
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 @@ -2,4 +2,4 @@ language: java
jdk: oraclejdk8
sudo: false
install: true # The install step runs before script step, and with Maven you don't usually need the install step, at least I personally haven't ever found it useful — Maven will download dependencies on script step anyway
script: mvn -f pom_travis.xml clean verify
script: mvn -f pom_travis.xml clean package

0 comments on commit d524223

Please sign in to comment.