Build should use the exact build tag configuration of GAE managed VMs.

This commit is contained in:
Burcu Dogan 2014-09-08 15:05:45 -07:00
parent bda32de83f
commit 6d51104f2c
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ language: go
go: 1.3
install:
go get -v -tags=appenginevm ./...
go get -v -tags='appengine appenginevm' ./...
script:
go test -v -tags=appenginevm ./...
go test -v -tags='appengine appenginevm' ./...