oauth2/.travis.yml

9 lines
113 B
YAML

language: go
go: 1.3
install:
go get -v -tags=appenginevm ./...
script:
go test -v -tags=appenginevm ./...