Codebase list golang-github-nlopes-slack / 4a9ff5f .travis.yml
4a9ff5f

Tree @4a9ff5f (Download .tar.gz)

.travis.yml @4a9ff5fraw · history · blame

language: go

go:
    - 1.4
    - tip

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

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

matrix:
    allow_failures:
        - go: tip

git:
  depth: 10