github.com/akazakov/terraform@v0.5.2-0.20160205142716-097441beafdf/.travis.yml (about)

     1  sudo: false
     2  
     3  language: go
     4  
     5  go:
     6    - 1.5
     7  
     8  # Need to ensure at least something remains in the install stanza to opt out of
     9  # Travis's built-in 'godep restore', which will fail Travis
    10  # See https://docs.travis-ci.com/user/languages/go#godep-support
    11  install:
    12    - echo noop
    13  
    14  script:
    15    - make test
    16  
    17  branches:
    18    only:
    19      - master
    20  
    21  notifications:
    22    irc:
    23      channels:
    24        - "irc.freenode.org#terraform-tool"
    25      skip_join: true
    26      use_notice: true
    27  
    28  matrix:
    29    fast_finish: true
    30    allow_failures:
    31      - go: tip