We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767661b commit 5f096aeCopy full SHA for 5f096ae
.travis.yml
@@ -4,14 +4,17 @@ sudo: false
4
before_install:
5
- eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64"
6
7
-go:
8
- - 1.7.x
9
- - 1.8.x
10
- - 1.9.x
11
- - 1.10.x
12
- - 1.11.x
13
- - 1.12.x
14
- - tip
+matrix:
+ include:
+ - go: 1.7.x
+ - go: 1.8.x
+ - go: 1.9.x
+ - go: 1.10.x
+ - go: 1.11.x
+ - go: 1.12.x
15
+ env: GO111MODULE=on
16
+ - go: tip
17
18
19
script:
20
- go get -t -v ./...
go.mod
@@ -0,0 +1 @@
1
+module github.com/neovim/go-client
0 commit comments