From 100270378b088954997aea4e2572a5a6c984925d Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 22 Jan 2015 15:56:32 -0500 Subject: [PATCH] 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