.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Thu, 29 Nov 2018 21:51:26 +0100
changeset 43 95d940f9598e
parent 32 d54184d43e1f
permissions -rw-r--r--
Do not display Dupes title when using 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