Merge pull request #854 from hashicorp/sethvargo/travis_docker

Run on the new Travis Docker infrastructure
This commit is contained in:
Seth Vargo 2015-01-22 16:08:42 -05:00
commit 4980838802
1 changed files with 20 additions and 6 deletions

View File

@ -1,15 +1,29 @@
sudo: false
language: go language: go
go: go:
- 1.4 - 1.4
- tip - tip
install: make updatedeps install: make updatedeps
script: script:
- go test ./... - go test ./...
#- go test -race ./... #- go test -race ./...
branches:
only:
- master
notifications:
irc:
channels:
- "irc.freenode.org#terraform-tool"
skip_join: true
use_notice: true
matrix: matrix:
allow_failures: fast_finish: true
- go: tip allow_failures:
- go: tip