.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Mon, 17 Apr 2017 12:07:44 +0200
changeset 131 68ef6504637e
parent 30 9b38f29c260d
child 137 acaea3179f4d
permissions -rw-r--r--
Introduce RestoreApp(), bump library version RestoreApp() lets the client provide an existing application ID/Secret pair. The library no longer falls back to mastodon.social, an instance name is required. The version is bumped to 0.1 (we have something that works!).

language: go
go:
- 1.7
- 1.8
- master
matrix:
  allow_failures:
    - go: master
  fast_finish: true
branches:
  only:
  - develop
  - master
install:
- go get github.com/urfave/cli
- go get github.com/stretchr/testify/assert
- go get github.com/naoina/toml
- go get github.com/sendgrid/rest