github.com/nov1n/terraform@v0.7.9-0.20161103151050-bf6852f38e28/.travis.yml (about)

     1  sudo: false
     2  language: go
     3  go:
     4  - 1.7.3
     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  - make test TEST=./terraform TESTARGS=-Xnew-apply
    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