Update travis ci
This commit is contained in:
parent
7792941262
commit
eb3cbb4406
|
@ -3,10 +3,14 @@ language: go
|
||||||
go:
|
go:
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
|
env:
|
||||||
|
- "PATH=/home/travis/gopath/bin:$PATH"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get github.com/dchest/uniuri
|
- go get github.com/dchest/uniuri
|
||||||
- go get github.com/ewhal/pygments
|
- go get github.com/ewhal/pygments
|
||||||
- go get github.com/go-sql-driver/mysql
|
- go get github.com/go-sql-driver/mysql
|
||||||
- go get github.com/gorilla/mux
|
- go get github.com/gorilla/mux
|
||||||
|
- go get github.com/channelmeter/iso8601duration
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
|
|
Loading…
Reference in New Issue