Updated travis to run goapp test
This commit is contained in:
parent
55c1fe9e57
commit
b4b9d0dd1a
1 changed files with 9 additions and 1 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -24,6 +24,14 @@ install:
|
|||
- go get github.com/boltdb/bolt
|
||||
- go get gopkg.in/mgo.v2
|
||||
- go get gopkg.in/mgo.v2/bson
|
||||
- go get code.google.com/p/go-uuid/uuid
|
||||
|
||||
script: go test -v ./...
|
||||
# Google App Engine dependencies
|
||||
- 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/
|
||||
|
||||
script:
|
||||
go test -v ./...
|
||||
goapp test -v ./graph/gaedatastore
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue