Skip to content

Commit

Permalink
Add expect command.
Browse files Browse the repository at this point in the history
For test-devserver.sh.
  • Loading branch information
tswast committed Apr 29, 2016
1 parent 181dbe4 commit 5892608
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
language: java
jdk:
- oraclejdk8
addons:
apt:
packages:
- expect
before_install:
- openssl aes-256-cbc -K $encrypted_37a4f399de75_key -iv $encrypted_37a4f399de75_iv -in service-account.json.enc -out service-account.json -d
&& export GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/service-account.json GCLOUD_PROJECT=cloud-samples-tests
Expand Down

0 comments on commit 5892608

Please sign in to comment.