Codebase list golang-github-klauspost-pgzip / upstream/1.1 .travis.yml
upstream/1.1

Tree @upstream/1.1 (Download .tar.gz)

.travis.yml @upstream/1.1raw · history · blame

language: go

sudo: false

os:
  - linux
  - osx

go:
  - 1.5.x
  - 1.6.x
  - 1.7.x
  - 1.8.x
  - master

script: 
 - go test -v -cpu=1,2,4 .
 - go test -v -cpu=2 -race -short .

matrix:
  allow_failures:
    - go: 'master'
  fast_finish: true