Skip to content

Commit

Permalink
Merge pull request SleepyTrousers#3002 from HenryLoenwind/travis
Browse files Browse the repository at this point in the history
Travis
  • Loading branch information
HenryLoenwind committed Nov 17, 2015
2 parents 828b9b5 + 13f8256 commit 4b8c8b9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: java
jdk:
- oraclejdk8
- oraclejdk7
sudo: false
cache:
directories:
- '$HOME/.m2'
- '$HOME/.gradle'
before_cache:
- rm -f $HOME/.gradle/caches/*/*.lock

0 comments on commit 4b8c8b9

Please sign in to comment.