github.com/hobbeswalsh/terraform@v0.3.7-0.20150619183303-ad17cf55a0fa/.travis.yml (about)

     1  sudo: false
     2  
     3  language: go
     4  
     5  go:
     6    - 1.4
     7    - tip
     8  
     9  install: make updatedeps
    10  
    11  script:
    12    - go test ./...
    13    - make vet
    14    #- go test -race ./...
    15  
    16  branches:
    17    only:
    18      - master
    19  
    20  notifications:
    21    irc:
    22      channels:
    23        - "irc.freenode.org#terraform-tool"
    24      skip_join: true
    25      use_notice: true
    26  
    27  matrix:
    28    fast_finish: true
    29    allow_failures:
    30      - go: tip