Files
go-toml/.travis.yml
T
Thomas Pelletier bef2d19cb0 Go 1.12 (#261)
2019-03-05 20:19:32 -08:00

18 lines
325 B
YAML

sudo: false
language: go
go:
- 1.11.x
- 1.12.x
- tip
matrix:
allow_failures:
- go: tip
fast_finish: true
script:
- if [ -n "$(go fmt ./...)" ]; then exit 1; fi
- ./test.sh
- ./benchmark.sh $TRAVIS_BRANCH https://github.com/$TRAVIS_REPO_SLUG.git
after_success:
- bash <(curl -s https://codecov.io/bash)