From 6851834207d4cb484361bfa7b30c23a79b53dcdb Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Fri, 12 Dec 2014 10:57:12 -0500 Subject: [PATCH] temporary travis fix --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f4a9eb3..a52abb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,16 @@ language: go +sudo: false + go: - 1.3 - - 1.3.1 + - 1.4 - tip install: - go get github.com/badgerodon/peg - go get github.com/barakmich/glog - - go get github.com/cznic/mathutil + - git clone https://github.com/cznic/mathutil -b go1.4 $HOME/gopath/src/github.com/cznic/mathutil - go get github.com/julienschmidt/httprouter - go get github.com/petar/GoLLRB/llrb - go get github.com/peterh/liner