.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Sun, 13 Jan 2019 12:33:24 +0100
changeset 244 a01bc98ae01a
parent 242 2a9ec03fe5a1
child 248 bd6f15d41b78
permissions -rw-r--r--
Display config details after oauth2 After a new oauth2 authorization, the configuration details are displayed even when the 'safe_mode' option is set.

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