.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Mon, 28 May 2018 20:55:51 +0200
changeset 218 49d626ce0b01
parent 211 d69f6f1ad460
child 239 605a00e9d1ab
permissions -rw-r--r--
account: Update online help wrt --avatar & --header flags Support for inline base64-encoded images removed since it does not work well and is not advised. (See PR https://github.com/tootsuite/documentation/pull/317)

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