github.com/ffrizzo/terraform@v0.8.2-0.20161219200057-992e12335f3d/.travis.yml (about)

     1  sudo: false
     2  language: go
     3  go:
     4  - 1.7.4
     5  - 1.8beta2
     6  install:
     7  # This script is used by the Travis build to install a cookie for
     8  # go.googlesource.com so rate limits are higher when using `go get` to fetch
     9  # packages that live there.
    10  # See: https://github.com/golang/go/issues/12933
    11  - bash scripts/gogetcookie.sh
    12  script:
    13  - make test vet
    14  branches:
    15    only:
    16    - master
    17  notifications:
    18    irc:
    19      channels:
    20      - irc.freenode.org#terraform-tool
    21      skip_join: true
    22      use_notice: true
    23  matrix:
    24    fast_finish: true
    25    allow_failures:
    26    - go: tip