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 2c94683 commit 89b0719Copy full SHA for 89b0719
.travis.yml
@@ -1,10 +1,12 @@
1
language: java
2
jdk:
3
- - oraclejdk7
+ - oraclejdk8
4
env: GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/service-account.json
5
before_install:
6
- openssl aes-256-cbc -K $encrypted_99d8b304f94b_key -iv $encrypted_99d8b304f94b_iv -in service-account.json.enc -out service-account.json -d
7
8
-script: mvn test
+script:
9
+ - export GCLOUD_PROJECT=cloud-samples-tests
10
+ - mvn test
11
after_success:
12
- mvn clean cobertura:cobertura coveralls:report
0 commit comments