aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/mitchellh/copystructure/.travis.yml
blob: d7b9589ab11a7f99c00dfd3881ffebf7a70c0317 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
language: go

go:
    - 1.7
    - tip

script:
    - go test

matrix:
    allow_failures:
        - go: tip