Skip to content

Commit

Permalink
Update service account (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesv authored Jun 15, 2017
1 parent bdd8a8a commit 2c430ea
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .circleci/circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
machine:
java:
version: oraclejdk8
dependencies:
pre:
- curl -LO https://github.com/mozilla/geckodriver/releases/download/v0.15.0/geckodriver-v0.15.0-linux64.tar.gz
&& sudo tar -zxf geckodriver-*.tar.gz -C "${HOME}/bin"
- sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe"
&& sudo apt-get update
&& sudo apt-get install -t trusty-backports shellcheck
- sudo apt-get install expect
test:
override:
- bash ./travis.sh &&
bash <(curl -s https://codecov.io/bash) # If successful, run code coverage
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.google.cloud.samples</groupId>
<artifactId>shared-configuration</artifactId>
<version>1.0.2</version>
<version>1.0.4</version>
<!--
<relativePath>../java-repo-tools</relativePath>
-->
Expand Down
Binary file modified service-account.json.enc
Binary file not shown.

0 comments on commit 2c430ea

Please sign in to comment.