Skip to content

Commit

Permalink
Reactivated travis build with openjdk 15
Browse files Browse the repository at this point in the history
  • Loading branch information
zessirb committed Mar 2, 2020
1 parent 888828f commit 19e33d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.gradle
.idea
*.iml
gradlew
gradlew.bat
gradle.properties
gradle
Expand Down
14 changes: 11 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: java
dist: trusty
jdk:
- oraclejdk8

before_install:
- gradle wrapper
- chmod +x scripts/run-xvfb
- scripts/run-xvfb
install: true

addons:
Expand All @@ -14,4 +13,13 @@ addons:
ssh_known_hosts: onaple.fr

script:
- ./gradlew sonarqube --stacktrace -x test
- ./gradlew build --info
- 'if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then bash ./gradlew sonarqube --info; fi'

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/

0 comments on commit 19e33d2

Please sign in to comment.