github.com/timstclair/heapster@v0.20.0-alpha1/Godeps/_workspace/src/golang.org/x/oauth2/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4    - 1.3
     5    - 1.4
     6  
     7  install:
     8    - export GOPATH="$HOME/gopath"
     9    - mkdir -p "$GOPATH/src/golang.org/x"
    10    - mv "$TRAVIS_BUILD_DIR" "$GOPATH/src/golang.org/x/oauth2"
    11    - go get -v -t -d golang.org/x/oauth2/...
    12  
    13  script:
    14    - go test -v golang.org/x/oauth2/...