.travis.yml
author Jesse Lucas <jesse@jesselucas.com>
Sun, 10 Jun 2018 19:29:42 -0400
changeset 231 d5b3fb928f0f
parent 211 d69f6f1ad460
child 239 605a00e9d1ab
permissions -rw-r--r--
Change language of default config location in configuration.md Update the configuration instructions to match the --config option default location

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 golang.org/x/net/html
- go get github.com/spf13/cobra
- go get github.com/spf13/viper
- go get github.com/McKael/madon
- go get github.com/ghodss/yaml
- go get github.com/pkg/errors
- go get github.com/kr/text
- go get github.com/mattn/go-isatty
- go get github.com/stretchr/testify/assert