Skip to content

Commit

Permalink
travis.yml: bump appengine dependency
Browse files Browse the repository at this point in the history
This is currently breaking CI. We should ultimately find a better place
to download this binary, because Google doesn't seem to host old
versions for very long.
  • Loading branch information
jzelinskie committed Jul 13, 2015
1 parent e600e02 commit 140067a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ install:

# Google App Engine dependencies
- cd ..
- wget https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.20.zip
- unzip -q go_appengine_sdk_linux_amd64-1.9.20.zip
- wget https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.23.zip
- unzip -q go_appengine_sdk_linux_amd64-1.9.23.zip
- export PATH=$PATH:$PWD/go_appengine/
- cd cayley

Expand Down

0 comments on commit 140067a

Please sign in to comment.