Skip to content

Commit

Permalink
Use own script for Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
joehni committed Mar 14, 2016
1 parent 32c0aff commit 1c3955f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ language: java
jdk:
- oraclejdk8
- oraclejdk7
install: true
script: "mvn -V -B -e clean package"
cache:
directories:
- $HOME/.m2

0 comments on commit 1c3955f

Please sign in to comment.