Skip to content

Commit

Permalink
Merge pull request #57 from GoogleCloudPlatform/dev
Browse files Browse the repository at this point in the history
Merging dev into master for 0.0.1
  • Loading branch information
EricBeach committed May 8, 2018
2 parents 059016e + a5132cc commit b7e3bf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ before_install:
- openssl aes-256-cbc -K $encrypted_d25b186b6dd5_key -iv $encrypted_d25b186b6dd5_iv
-in client-secrets.json.enc -out client-secrets.json -d
stages:
- CODE_STYLE
- UNIT_TESTS
- E2E_TESTS
jobs:
include:
- stage: CODE_STYLE
script: mvn checkstyle:checkstyle
- stage: UNIT_TESTS
script: mvn -q clean test
script: mvn -q cobertura:cobertura
Expand Down

0 comments on commit b7e3bf3

Please sign in to comment.