Newer
Older
pokemon-go-trade / vendor / github.com / spf13 / afero / .travis.yml
Simon Lindgren on 12 Feb 2021 191 bytes first commit
sudo: false
language: go

go:
  - 1.9
  - "1.10"
  - tip

os:
  - linux
  - osx

matrix:
  allow_failures:
    - go: tip
  fast_finish: true

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