aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/mitchellh/colorstring/.travis.yml
blob: 74e286ae127ef115cbf90db788c3d2ebd7c6ee1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: go

go:
    - 1.0
    - 1.1
    - 1.2
    - 1.3
    - tip

script:
    - go test

matrix:
    allow_failures:
        - go: tip