.travis.yml
author ButterflyOfFire <42316180+BoFFire@users.noreply.github.com>
Wed, 18 Sep 2019 16:42:34 +0100
changeset 249 772a4d34c74d
parent 248 bd6f15d41b78
child 252 8399cd48111b
permissions -rw-r--r--
Fix typo committer: GitHub <noreply@github.com>

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