summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/spf13/afero/.travis.yml
blob: e002181fefb9ab6f9eeac2d46448f0ef6c16a5e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
sudo: false
language: go

go:
  - 1.8
  - 1.9
  - tip

os:
  - linux
  - osx

matrix:
  allow_failures:
    - go: tip
  fast_finish: true

script:
  - go build
  - go test -race -v ./...