oauth2: fix the build
Travis build is still depending on the old build tag configuration which is now invalid. Change-Id: I9db75f5d65d5cd9b8f2350815f190ea93ed6d6d9 Reviewed-on: https://go-review.googlesource.com/2956 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
@@ -11,4 +11,4 @@ install:
|
|||||||
- go get -v -t -d -tags='appengine appenginevm' golang.org/x/oauth2/...
|
- go get -v -t -d -tags='appengine appenginevm' golang.org/x/oauth2/...
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v -tags='appengine appenginevm' golang.org/x/oauth2/...
|
- go test -v golang.org/x/oauth2/...
|
||||||
|
|||||||
Reference in New Issue
Block a user