temporary travis fix
This commit is contained in:
parent
09478bfa64
commit
6851834207
1 changed files with 4 additions and 2 deletions
|
|
@ -1,14 +1,16 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.3
|
- 1.3
|
||||||
- 1.3.1
|
- 1.4
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get github.com/badgerodon/peg
|
- go get github.com/badgerodon/peg
|
||||||
- go get github.com/barakmich/glog
|
- 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/julienschmidt/httprouter
|
||||||
- go get github.com/petar/GoLLRB/llrb
|
- go get github.com/petar/GoLLRB/llrb
|
||||||
- go get github.com/peterh/liner
|
- go get github.com/peterh/liner
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue