github.com/sathiyas/terraform@v0.6.9-0.20151210233947-3330da00b997/.travis.yml (about)

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