From 9281fc297162ba7fa359f197a86cabc062a4c9d8 Mon Sep 17 00:00:00 2001 From: panamafrancis Date: Wed, 25 Feb 2015 11:25:35 +0100 Subject: [PATCH] Travis: fixed working directory issue with GAE --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 909ea32c5..a04179399 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,9 +27,11 @@ install: - go get code.google.com/p/go-uuid/uuid # 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 - export PATH=$PATH:$PWD/go_appengine/ + - cd cayley script: - go test -v ./...