Travis build should keep building appenginevm configuration.

This commit is contained in:
Burcu Dogan 2014-09-08 14:52:10 -07:00
parent a388976807
commit bda32de83f
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
language: go language: go
go: 1.3 go: 1.3
install:
go get -v -tags=appenginevm ./...
script:
go test -v -tags=appenginevm ./...