summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index cf6dcdb4..4954cb26 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,5 @@
language: java
-jdk:
- - oraclejdk8
-
-# For clean gradle output
-env:
- - TERM=dumb
-
# These files change at every build, and should not be cached
# https://docs.travis-ci.com/user/languages/java/#Caching
before_cache:
bgstack15