mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-26 01:31:59 -07:00
Build with Go 1.13
This commit is contained in:
@@ -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 ]
|
||||
|
Reference in New Issue
Block a user