.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Mon, 29 Jul 2019 22:07:29 +0200
changeset 247 1ca743b3eb80
parent 242 2a9ec03fe5a1
child 248 bd6f15d41b78
permissions -rw-r--r--
Update dependencies

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