aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-04-10 01:44:53 +0300
committerTulir Asokan <tulir@maunium.net>2019-04-10 02:19:27 +0300
commit007b05d54e687b7a62d54714e6254d62086f0397 (patch)
treefec70287b9de9d5432c0eb93c079aceebc0701a8
parent20d3f8232db4f2ccb3a953cfd6da186e7c6ff262 (diff)
Fix Travis CI Go version
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 8045c08..fa1ee4b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: go
go_import_path: maunium.net/go/gomuks
go:
- - "1.11"
+ - "1.12"
env:
- "GO111MODULE=on"
notifications:
@@ -10,7 +10,7 @@ install:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- go get -u github.com/stretchr/testify/assert
- - go get
+ - go install
before_script:
- ./cc-test-reporter before-build
script: