1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

Update .travis.yml

This commit is contained in:
Timothy 2017-10-26 22:42:25 -05:00 committed by GitHub
parent 4280f86362
commit d4875c1064

View File

@ -5,8 +5,8 @@ go:
- 1.9.x
install:
go get -v
go get -v github.com/bitly/go-simplejson
- go get -v
- go get -v github.com/bitly/go-simplejson
script:
- cp ./config_sample.json ./config.json