github.com/jorgemarey/terraform@v0.6.7-0.20151113041428-536ba76b21bb/.travis.yml (about)

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