Merge pull request #189 from barakmich/testdeps

temporary travis fix
This commit is contained in:
Barak Michener 2014-12-12 20:43:55 -05:00
commit 7369596812

View file

@ -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