gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

.travis.yml (262B)


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