github.com/chalford/terraform@v0.3.7-0.20150113080010-a78c69a8c81f/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4      - 1.4
     5      - tip
     6  
     7  install: make updatedeps
     8  
     9  script:
    10      - go test ./...
    11      #- go test -race ./...
    12  
    13  matrix:
    14      allow_failures:
    15          - go: tip