.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Sun, 14 Oct 2018 15:23:11 +0200
changeset 38 25db238bf03f
parent 32 d54184d43e1f
permissions -rw-r--r--
Cosmetic changes

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