github.com/vtorhonen/terraform@v0.9.0-beta2.0.20170307220345-5d894e4ffda7/.travis.yml (about)

     1  sudo: false
     2  language: go
     3  go:
     4  - 1.8
     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  - go get github.com/kardianos/govendor
    12  script:
    13  - make vet vendor-status test
    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