5952892e10
this is an important early warning sign, and I think it's good to add it back in in a way that doesn't cause the build to fail.
27 lines
241 B
YAML
27 lines
241 B
YAML
env:
|
|
- USER=travis
|
|
|
|
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.9.x
|
|
- 1.10.x
|
|
- master
|
|
|
|
install:
|
|
- make deps
|
|
|
|
script:
|
|
- GOMAXPROCS=2 make ci
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: master
|
|
fast_finish: true
|