diff options
Diffstat (limited to 'examples/go-dashboard/src/github.com/mattn/go-runewidth/.travis.yml')
-rw-r--r-- | examples/go-dashboard/src/github.com/mattn/go-runewidth/.travis.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/go-dashboard/src/github.com/mattn/go-runewidth/.travis.yml b/examples/go-dashboard/src/github.com/mattn/go-runewidth/.travis.yml deleted file mode 100644 index 6a21813a3..000000000 --- a/examples/go-dashboard/src/github.com/mattn/go-runewidth/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -language: go -sudo: false -go: - - 1.13.x - - tip - -before_install: - - go get -t -v ./... - -script: - - go generate - - git diff --cached --exit-code - - ./go.test.sh - -after_success: - - bash <(curl -s https://codecov.io/bash) |