.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Sat, 13 Oct 2018 21:44:16 +0200
changeset 35 730377b4449f
parent 32 d54184d43e1f
permissions -rw-r--r--
Mention github mirror in the comments

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