Skip to content

Commit

Permalink
travis .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Maldini committed Sep 5, 2016
1 parent 5a934e0 commit 258d998
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: java
jdk:
- oraclejdk8

install: true
sudo: false

#after_success:
# - bash <(curl -s https://codecov.io/bash)

cache:
directories:
- $HOME/.m2
- $HOME/.gradle

0 comments on commit 258d998

Please sign in to comment.