Skip to content

Commit

Permalink
Potential Spam warning. Test Build Server
Browse files Browse the repository at this point in the history
  • Loading branch information
Andromander committed Feb 3, 2018
1 parent 2ffa8dc commit 663394e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: java
notifications:
email: false

gradle assemble
gradle check

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

jdk:
- oraclejdk8

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

0 comments on commit 663394e

Please sign in to comment.