Navigation Menu

Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brandhof committed May 18, 2015
1 parent 6afd507 commit cec5d86
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
language: java
sudo: false
install: true

jdk:
- oraclejdk7

script:
- mvn verify -B -e -V

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

notifications:
email: false

0 comments on commit cec5d86

Please sign in to comment.