.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Sat, 01 Dec 2018 22:46:09 +0100
changeset 44 af90d9396ef1
parent 32 d54184d43e1f
permissions -rw-r--r--
Improve previous commit (JSON output)

language: go
go:
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- master
matrix:
  allow_failures:
    - go: master
  fast_finish: true
branches:
  only:
  - master