From 2d24d2ed3b77dbec25d71a673aed9fb6b04af687 Mon Sep 17 00:00:00 2001 From: Andrew Dunham Date: Wed, 29 Apr 2015 12:52:18 -0700 Subject: [PATCH] Upgrade to latest App Engine SDK --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index abfcd26..f969822 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.18.zip - - unzip -q go_appengine_sdk_linux_amd64-1.9.18.zip + - wget https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.19.zip + - unzip -q go_appengine_sdk_linux_amd64-1.9.19.zip - export PATH=$PATH:$PWD/go_appengine/ - cd cayley