Skip to content

Commit 90a7085

Browse files
author
Ajay Kannan
committed
Use jdk8 to run CI
1 parent 2c94683 commit 90a7085

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: java
22
jdk:
3-
- oraclejdk7
4-
env: GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/service-account.json
3+
- oraclejdk8
4+
env:
5+
- GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/service-account.json
6+
- GCLOUD_PROJECT=cloud-samples-tests
57
before_install:
68
- openssl aes-256-cbc -K $encrypted_99d8b304f94b_key -iv $encrypted_99d8b304f94b_iv -in service-account.json.enc -out service-account.json -d
79

0 commit comments

Comments
 (0)