.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Mon, 01 May 2017 15:04:08 +0200
changeset 55 e9df533a1c4f
parent 50 c6adf9d9e996
child 96 ae637514df66
permissions -rw-r--r--
Sync w/ madon 1.4.0 -- add website parameter to application registration

language: go
go:
- 1.7
- 1.8
- master
matrix:
  allow_failures:
    - go: master
  fast_finish: true
branches:
  only:
  - master
install:
- 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/jaytaylor/html2text
- go get github.com/m0t0k1ch1/gomif
- go get github.com/mattn/go-isatty