Skip to content

Commit

Permalink
TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
dgageot committed Jun 22, 2015
1 parent a35fa24 commit 0cb45b2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: java
sudo: false
install: true

jdk:
- oraclejdk8
- openjdk7

script:
- mvn verify -B -e -V

cache:
directories:
- '$HOME/.m2/repository'

notifications:
email: false

0 comments on commit 0cb45b2

Please sign in to comment.