.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Sat, 07 Apr 2018 21:41:16 +0200
changeset 28 97b6e64cf579
child 32 d54184d43e1f
permissions -rw-r--r--
Add Travis file

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