nat/.travis.yml

17 lines
298 B
YAML
Raw Normal View History

2016-06-11 05:22:59 +00:00
language: go
go:
- tip
2016-07-15 04:27:11 +00:00
env:
- "PATH=/home/travis/gopath/bin:$PATH"
2016-06-11 05:22:59 +00:00
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
2016-07-15 04:27:11 +00:00
- go get github.com/channelmeter/iso8601duration
2016-06-19 08:04:49 +00:00
script:
- make