diff --git a/.circleci/circle.yml b/.circleci/circle.yml new file mode 100644 index 00000000000..4d1bfd6efbb --- /dev/null +++ b/.circleci/circle.yml @@ -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 diff --git a/pom.xml b/pom.xml index 756fb3ee783..d9cb5ba72e9 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ com.google.cloud.samples shared-configuration - 1.0.2 + 1.0.4 diff --git a/service-account.json.enc b/service-account.json.enc index 8a1e9821a17..198c19b328b 100644 Binary files a/service-account.json.enc and b/service-account.json.enc differ