Codebase list golang-github-spf13-afero / upstream/0.0_git20160605.0.1a8ecf8 .travis.yml
upstream/0.0_git20160605.0.1a8ecf8

Tree @upstream/0.0_git20160605.0.1a8ecf8 (Download .tar.gz)

.travis.yml @upstream/0.0_git20160605.0.1a8ecf8raw · history · blame

sudo: false
language: go

go:
  - 1.5.4
  - 1.6.2
  - tip

os:
  - linux
  - osx

matrix:
  allow_failures:
    - go: tip

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