Skip to content

Commit

Permalink
Travis: fixed working directory issue with GAE
Browse files Browse the repository at this point in the history
  • Loading branch information
panamafrancis committed Feb 25, 2015
1 parent 3d2ad30 commit 9281fc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -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 ./...
Expand Down

0 comments on commit 9281fc2

Please sign in to comment.