Skip to content

Commit

Permalink
Use jdk8 to run CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay Kannan committed Jan 7, 2016
1 parent 2c94683 commit 89b0719
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: java
jdk:
- oraclejdk7
- oraclejdk8
env: GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/service-account.json
before_install:
- openssl aes-256-cbc -K $encrypted_99d8b304f94b_key -iv $encrypted_99d8b304f94b_iv -in service-account.json.enc -out service-account.json -d

script: mvn test
script:
- export GCLOUD_PROJECT=cloud-samples-tests
- mvn test
after_success:
- mvn clean cobertura:cobertura coveralls:report

0 comments on commit 89b0719

Please sign in to comment.