summaryrefslogblamecommitdiffstats
path: root/vendor/github.com/nlopes/slack/.travis.yml
blob: bd0539e0cad509c7a80b877dff8a6a8fc410e24e (plain) (tree)



















                                      
language: go

go:
    - 1.7.x
    - 1.8.x
    - 1.9.x
    - tip

before_install:
  - export PATH=$HOME/gopath/bin:$PATH

script:
  - go test -race ./...
  - go test -cover ./...

matrix:
    allow_failures:
        - go: tip

git:
  depth: 10