.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Sat, 29 Sep 2018 12:40:01 +0200
changeset 240 7c3e7b53cbd3
parent 239 605a00e9d1ab
child 242 2a9ec03fe5a1
permissions -rw-r--r--
Enable GO111MODULE in Travis config

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