.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Sun, 16 Feb 2020 19:09:55 +0100
changeset 253 c4f59affc597
parent 252 8399cd48111b
child 257 f21cae75c8bd
permissions -rw-r--r--
Update README

language: go
go:
- "1.11.13"
- "1.12"
- "1.13"
- master
matrix:
  allow_failures:
    - go: master
  fast_finish: true
branches:
  only:
  - master
env:
  - GO111MODULE=on
install: true