From 40bd1580e4f66241f52d30b0b54d7c0af51d2cd6 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 5 Aug 2014 10:16:53 -0700 Subject: [PATCH] Travis file should be unix line endings --- .travis.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index b0a265840..e7abdaa66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,16 @@ -language: go - -go: - - 1.2 - - 1.3 - - tip - -install: make updatedeps - -script: - - go test ./... - #- go test -race ./... - -matrix: - allow_failures: - - go: tip +language: go + +go: + - 1.2 + - 1.3 + - tip + +install: make updatedeps + +script: + - go test ./... + #- go test -race ./... + +matrix: + allow_failures: + - go: tip