mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 00:03:39 -05:00
Build with Go 1.13
This commit is contained in:
@@ -16,11 +16,11 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: unittest
|
- stage: unittest
|
||||||
go: "1.11.x"
|
go: "1.13.x"
|
||||||
script: make && make test
|
script: make && make test
|
||||||
|
|
||||||
- stage: cli
|
- stage: cli
|
||||||
go: "1.11.x"
|
go: "1.13.x"
|
||||||
rvm: "2.5"
|
rvm: "2.5"
|
||||||
script: |
|
script: |
|
||||||
make install && ./install --all && tmux new "ruby test/test_go.rb > out && touch ok" && cat out && [ -e ok ]
|
make install && ./install --all && tmux new "ruby test/test_go.rb > out && touch ok" && cat out && [ -e ok ]
|
||||||
|
|||||||
2
go.mod
2
go.mod
@@ -15,3 +15,5 @@ require (
|
|||||||
golang.org/x/sys v0.0.0-20190509141414-a5b02f93d862 // indirect
|
golang.org/x/sys v0.0.0-20190509141414-a5b02f93d862 // indirect
|
||||||
golang.org/x/text v0.0.0-20170530162606-4ee4af566555 // indirect
|
golang.org/x/text v0.0.0-20170530162606-4ee4af566555 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
|
go 1.13
|
||||||
|
|||||||
Reference in New Issue
Block a user