env:
- USER=travis
os:
- linux
- osx
- windows
sudo: false
language: go
go:
- 1.11.x
- master
script:
- GOMAXPROCS=2 make ci
branches:
only:
matrix:
allow_failures:
- go: master
fast_finish: true