From bb9168f98a9dd50a7215652ab77a1c46615064cd Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 30 Jul 2018 18:11:53 +0200 Subject: vendor gocui --- vendor/github.com/mattn/go-runewidth/.travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vendor/github.com/mattn/go-runewidth/.travis.yml (limited to 'vendor/github.com/mattn/go-runewidth/.travis.yml') diff --git a/vendor/github.com/mattn/go-runewidth/.travis.yml b/vendor/github.com/mattn/go-runewidth/.travis.yml new file mode 100644 index 00000000..5c9c2a30 --- /dev/null +++ b/vendor/github.com/mattn/go-runewidth/.travis.yml @@ -0,0 +1,8 @@ +language: go +go: + - tip +before_install: + - go get github.com/mattn/goveralls + - go get golang.org/x/tools/cmd/cover +script: + - $HOME/gopath/bin/goveralls -repotoken lAKAWPzcGsD3A8yBX3BGGtRUdJ6CaGERL -- cgit