github.com/maheshbr/terraform@v0.3.1-0.20141020033300-deec7194a3ea/.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