github.com/adamar/terraform@v0.2.2-0.20141016210445-2e703afdad0e/.travis.yml (about)

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