nat/.travis.yml

13 lines
200 B
YAML
Raw Normal View History

2016-06-11 05:22:59 +00:00
language: go
go:
- tip
install:
2016-06-11 05:26:42 +00:00
- go get github.com/dchest/uniuri
- go get github.com/ewhal/pygments
2016-06-19 08:04:49 +00:00
- go get github.com/go-sql-driver/mysql
- go get github.com/gorilla/mux
script:
- make