.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Sun, 14 Oct 2018 17:27:37 +0200
changeset 42 3fa13770e970
parent 32 d54184d43e1f
permissions -rw-r--r--
Rename JSON size fields Make the field names more explicit...

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