github.com/mohanarpit/terraform@v0.6.16-0.20160909104007-291f29853544/.travis.yml (about)

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