avoid go-github issue on CI

This commit is contained in:
rhysd 2018-03-22 05:13:18 +09:00
parent 74c96838ff
commit 8cf7b9f527
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ install:
- go version
- go env
- go get -v -t -d ./...
- cd %GOPATH%\src\github.com\google\go-github && git reset --hard 08e68b5 && cd %GOPATH%\src\github.com\rhysd\go-github-selfupdate
build: off
test_script:
- go build ./selfupdate

View File

@ -4,6 +4,7 @@ os:
- osx
install:
- go get -t -d -v ./...
- cd $GOPATH/src/github.com/google/go-github && git reset --hard 08e68b5 && cd -
- go version
- go env
script: