.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Thu, 22 Sep 2022 16:33:34 +0200
changeset 262 8d3354485fc3
parent 257 f21cae75c8bd
permissions -rw-r--r--
Update dependencies

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