CI: update script

Create directory before symbolic linking
This commit is contained in:
Unknwon
2017-10-23 06:36:43 -04:00
parent 92e442e290
commit f384f41079
+1
View File
@@ -10,5 +10,6 @@ go:
script:
- go get golang.org/x/tools/cmd/cover
- go get github.com/smartystreets/goconvey
- mkdir -p $HOME/gopath/src/gopkg.in
- ln -s $HOME/gopath/src/github.com/go-ini/ini $HOME/gopath/src/gopkg.in/ini.v1
- go test -v -cover -race