Travis: fixed working directory issue with GAE
This commit is contained in:
parent
3d2ad30a68
commit
9281fc2971
1 changed files with 2 additions and 0 deletions
|
|
@ -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 ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue