Skip to content

Commit

Permalink
Fix failing Travis builds for 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Sep 26, 2019
1 parent 04ab09c commit 47a85c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: trusty
language: java
jdk: oraclejdk8
notifications:
Expand All @@ -9,8 +10,7 @@ env:
- TERM=dumb

before_install: '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || openssl aes-256-cbc -K $encrypted_99720611c632_key -iv $encrypted_99720611c632_iv -in keystore.jks.enc -out keystore.jks -d'
install: ./gradlew setupCIWorkspace -S
script: ./gradlew build -S
install: ./gradlew build -S

cache:
directories:
Expand Down

0 comments on commit 47a85c6

Please sign in to comment.