From 0ffb244b7bbdac869df235b77817a06825d0d35d Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Thu, 14 Aug 2014 21:40:19 -0400 Subject: [PATCH] add test dep for travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index efb83a3..08d2ea7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ go: install: - go get github.com/badgerodon/peg - go get github.com/barakmich/glog + - go get github.com/cznic/mathutil - go get github.com/julienschmidt/httprouter - go get github.com/petar/GoLLRB/llrb - go get github.com/peterh/liner