.travis.yml
author Ollivier Robert <roberto@keltia.net>
Wed, 12 Apr 2017 14:20:47 +0200
changeset 75 b361e3f89ea6
parent 30 9b38f29c260d
child 137 acaea3179f4d
permissions -rw-r--r--
One cannot apply a method directly on {}, ok.

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