From b4b040c6833064fac08bc4b13f50ef42dc946de0 Mon Sep 17 00:00:00 2001 From: Burcu Dogan Date: Fri, 16 Jan 2015 12:53:26 -0800 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 01bb8d4..d7c50ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ install: - go get -v -t -d -tags='appengine appenginevm' golang.org/x/oauth2/... script: - - go test -v -tags='appengine appenginevm' golang.org/x/oauth2/... + - go test -v golang.org/x/oauth2/...