summaryrefslogtreecommitdiff
path: root/vendor/github.com/mattn/go-runewidth/.travis.yml
blob: 6a21813a3e30b6a09942cf0356ffac50344ee8be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)