github.com/integration-system/go-cmp@v0.0.0-20190131081942-ac5582987a2f/.travis.yml (about)

     1  sudo: false
     2  language: go
     3  matrix:
     4    include:
     5      - go: 1.8.x
     6        script: go test -v -race ./...
     7      - go: 1.x
     8        script:
     9          - diff -u <(echo -n) <(gofmt -d .)
    10          - go test -v -race ./...
    11      - go: master
    12        script: go test -v -race ./...
    13    allow_failures:
    14      - go: master
    15    fast_finish: true