.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Sun, 30 Apr 2017 17:07:16 +0200
changeset 37 9bc03db114c3
parent 1 cc41d888fad5
child 45 b58a7ea1aeb2
permissions -rw-r--r--
Add server statistics with gomif (using instances.mastodon.xyz API)

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/jaytaylor/html2text
- go get github.com/m0t0k1ch1/gomif