From 7097c75610c43c655b8c24b80f34c086a4529b5f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 2 Sep 2014 15:14:42 -0700 Subject: [PATCH] Update travis --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a81bef54..6e00ed8ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,12 @@ language: go go: - 1.2 + - 1.3 - tip -install: make deps +install: make updatedeps script: - - go test ./... + - make test #- go test -race ./... notifications: