Skip to content

Commit 0f32ff0

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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 GCLOUD_PROJECT=cloud-samples-tests
56
before_install:
67
- openssl aes-256-cbc -K $encrypted_99d8b304f94b_key -iv $encrypted_99d8b304f94b_iv -in service-account.json.enc -out service-account.json -d
78

0 commit comments

Comments
 (0)