summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/mitchellh/go-testing-interface/.travis.yml
blob: 928d000ec49ea2015c9fbee9cc77d15164443993 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: go

go:
    - 1.8
    - 1.x
    - tip

script:
    - go test

matrix:
    allow_failures:
        - go: tip