.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Mon, 29 Jul 2019 23:00:00 +0200
changeset 248 bd6f15d41b78
parent 242 2a9ec03fe5a1
child 252 8399cd48111b
permissions -rw-r--r--
Travis: Try to bump Go 1.11 version to 1.11.12

language: go
go:
- "1.8"
- "1.9"
- "1.10"
- "1.11.12"
- master
matrix:
  allow_failures:
    - go: master
  fast_finish: true
branches:
  only:
  - master
env:
  - GO111MODULE=on
install: true