Skip to content

Commit 89b0719

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

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,10 +1,12 @@
11
language: java
22
jdk:
3-
- oraclejdk7
3+
- oraclejdk8
44
env: GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/service-account.json
55
before_install:
66
- openssl aes-256-cbc -K $encrypted_99d8b304f94b_key -iv $encrypted_99d8b304f94b_iv -in service-account.json.enc -out service-account.json -d
77

8-
script: mvn test
8+
script:
9+
- export GCLOUD_PROJECT=cloud-samples-tests
10+
- mvn test
911
after_success:
1012
- mvn clean cobertura:cobertura coveralls:report

0 commit comments

Comments
 (0)