We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ab09c commit 47a85c6Copy full SHA for 47a85c6
1 file changed
.travis.yml
@@ -1,3 +1,4 @@
1
+dist: trusty
2
language: java
3
jdk: oraclejdk8
4
notifications:
@@ -9,8 +10,7 @@ env:
9
10
- TERM=dumb
11
12
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
13
-script: ./gradlew build -S
+install: ./gradlew build -S
14
15
cache:
16
directories:
0 commit comments