.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Sun, 16 Feb 2020 19:04:24 +0100
changeset 252 8399cd48111b
parent 248 bd6f15d41b78
child 257 f21cae75c8bd
permissions -rw-r--r--
Update Travis file

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