From 9105ec8cc9456163a48b2eef9ee466c62f69269a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 5 Aug 2014 10:16:27 -0700 Subject: [PATCH] Travis --- .travis.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..b0a265840 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ +language: go + +go: + - 1.2 + - 1.3 + - tip + +install: make updatedeps + +script: + - go test ./... + #- go test -race ./... + +matrix: + allow_failures: + - go: tip