.travis.yml
changeset 137 acaea3179f4d
parent 30 9b38f29c260d
child 142 048f390e94c5
equal deleted inserted replaced
136:1af0a6199a93 137:acaea3179f4d
     7   allow_failures:
     7   allow_failures:
     8     - go: master
     8     - go: master
     9   fast_finish: true
     9   fast_finish: true
    10 branches:
    10 branches:
    11   only:
    11   only:
    12   - develop
       
    13   - master
    12   - master
    14 install:
    13 install:
    15 - go get github.com/urfave/cli
    14 - go get github.com/urfave/cli
    16 - go get github.com/stretchr/testify/assert
    15 - go get github.com/stretchr/testify/assert
    17 - go get github.com/naoina/toml
       
    18 - go get github.com/sendgrid/rest
    16 - go get github.com/sendgrid/rest