Codebase list golang-github-nlopes-slack / upstream/0.1.0 .travis.yml
upstream/0.1.0

Tree @upstream/0.1.0 (Download .tar.gz)

.travis.yml @upstream/0.1.0

c461dad
 
 
 
d8a1a57
 
393ead0
e26d702
 
c461dad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
language: go

go:
    - 1.4
    - 1.5
    - 1.6
    - 1.7
    - 1.8
    - 1.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