summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/spf13/cast/.travis.yml
blob: 4da9766841a376d734052011fd0f924c2b747dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: go
sudo: required
go:
  - 1.7.5
  - 1.8
  - tip
os:
  - linux
matrix:
  allow_failures:
    - go: tip
  fast_finish: true
script:
  - make check