.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Sun, 16 Apr 2017 20:52:52 +0200
changeset 129 0d4544ce7e5e
parent 30 9b38f29c260d
child 137 acaea3179f4d
permissions -rw-r--r--
login: improve error message It looks like the server returns HTML when the authentication fails :/

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