From 100270378b088954997aea4e2572a5a6c984925d Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 22 Jan 2015 15:56:32 -0500 Subject: [PATCH 1/3] Run on the new Travis Docker infrastructure --- .travis.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index cb708f545..c36a278ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,18 @@ +sudo: false + language: go go: - - 1.4 - - tip + - 1.4 + - tip install: make updatedeps script: - - go test ./... - #- go test -race ./... + - go test ./... + #- go test -race ./... matrix: - allow_failures: - - go: tip + fast_finish: true + allow_failures: + - go: tip From a61c409fd26e722795516611d97bdb7f3f796ad6 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 22 Jan 2015 15:57:01 -0500 Subject: [PATCH 2/3] Only test the master branch (and PRs) --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index c36a278ca..08e65aab9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,10 @@ script: - go test ./... #- go test -race ./... +branches: + only: + - master + matrix: fast_finish: true allow_failures: From b901f316456d910f47c81b9f40e89910d1d8fde5 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 22 Jan 2015 16:02:03 -0500 Subject: [PATCH 3/3] Post to IRC --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 08e65aab9..cbed9c5f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,13 @@ branches: only: - master +notifications: + irc: + channels: + - "irc.freenode.org#terraform-tool" + skip_join: true + use_notice: true + matrix: fast_finish: true allow_failures: