travis.yml: bump appengine dependency
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.
This commit is contained in:
parent
e600e02514
commit
140067a56f
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ install:
|
||||||
|
|
||||||
# Google App Engine dependencies
|
# Google App Engine dependencies
|
||||||
- cd ..
|
- cd ..
|
||||||
- wget https://storage.googleapis.com/appengine-sdks/featured/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.20.zip
|
- unzip -q go_appengine_sdk_linux_amd64-1.9.23.zip
|
||||||
- export PATH=$PATH:$PWD/go_appengine/
|
- export PATH=$PATH:$PWD/go_appengine/
|
||||||
- cd cayley
|
- cd cayley
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue