github.com/recobe182/terraform@v0.8.5-0.20170117231232-49ab22a935b7/.travis.yml (about)

     1  sudo: false
     2  language: go
     3  go:
     4  - 1.7.4
     5  - 1.8rc1
     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  - GOOS=windows go build
    15  branches:
    16    only:
    17    - master
    18  notifications:
    19    irc:
    20      channels:
    21      - irc.freenode.org#terraform-tool
    22      skip_join: true
    23      use_notice: true
    24  matrix:
    25    fast_finish: true
    26    allow_failures:
    27    - go: tip