Build with Go 1.13

pull/1735/head
Junegunn Choi 5 years ago
parent 11645e1fac
commit 33f89a08f3
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -16,11 +16,11 @@ env:
jobs:
include:
- stage: unittest
go: "1.11.x"
go: "1.13.x"
script: make && make test
- stage: cli
go: "1.11.x"
go: "1.13.x"
rvm: "2.5"
script: |
make install && ./install --all && tmux new "ruby test/test_go.rb > out && touch ok" && cat out && [ -e ok ]

@ -15,3 +15,5 @@ require (
golang.org/x/sys v0.0.0-20190509141414-a5b02f93d862 // indirect
golang.org/x/text v0.0.0-20170530162606-4ee4af566555 // indirect
)
go 1.13

Loading…
Cancel
Save