mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-11 00:00:55 +00:00
Build with Go 1.13
This commit is contained in:
parent
11645e1fac
commit
33f89a08f3
@ -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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user