.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Sat, 07 Apr 2018 22:28:50 +0200
changeset 13 923ce3e425cd
child 15 eac7d78ff641
permissions -rw-r--r--
Add README and Travis file Add stuff for the Github mirror (README, Travis file and gitignore files).

language: go
go:
- "1.7"
- "1.8"
- "1.9"
- "1.10"
- master
matrix:
  allow_failures:
    - go: master
  fast_finish: true
branches:
  only:
  - master
install:
- go get github.com/spf13/pflag