Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Jan 11, 2016
1 parent 572d4b5 commit 47bad9a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: groovy
jdk:
- oraclejdk8
sudo: false
cache:
directories:
- $HOME/.gradle

addons:
apt:
packages:
- oracle-java8-installer

# Shell nop (install handled by gradle dependency management, no need to first assemble and then test)

install: ":"
before_script:
- export GRADLE_OPTS='-Dorg.gradle.daemon=false'
- chmod +x gradlew

0 comments on commit 47bad9a

Please sign in to comment.