Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Use trusty for building gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
apottere committed Jul 7, 2017
1 parent 8a29ded commit 550c1bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -40,6 +40,7 @@ bin

# IntelliJ
/out/
/*/out/

# VSC
.settings
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,5 +1,8 @@
language: java
dist: trusty # https://stackoverflow.com/questions/38912714/travis-failing-junit-tests-for-spring
jdk:
- oraclejdk8
before_install:
- chmod +x gradlew
script:
- ./gradlew check;

0 comments on commit 550c1bf

Please sign in to comment.