Fix Travis CI Go version
This commit is contained in:
parent
20d3f8232d
commit
007b05d54e
@ -1,7 +1,7 @@
|
|||||||
language: go
|
language: go
|
||||||
go_import_path: maunium.net/go/gomuks
|
go_import_path: maunium.net/go/gomuks
|
||||||
go:
|
go:
|
||||||
- "1.11"
|
- "1.12"
|
||||||
env:
|
env:
|
||||||
- "GO111MODULE=on"
|
- "GO111MODULE=on"
|
||||||
notifications:
|
notifications:
|
||||||
@ -10,7 +10,7 @@ install:
|
|||||||
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
||||||
- chmod +x ./cc-test-reporter
|
- chmod +x ./cc-test-reporter
|
||||||
- go get -u github.com/stretchr/testify/assert
|
- go get -u github.com/stretchr/testify/assert
|
||||||
- go get
|
- go install
|
||||||
before_script:
|
before_script:
|
||||||
- ./cc-test-reporter before-build
|
- ./cc-test-reporter before-build
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user