Skip to content

Commit 79261dc

Browse files
authored
Merge pull request #25 from laincloud/replace-dnsmasq
replace dnsmasq with embedded dns server. replace glide with dep.
2 parents e8531f7 + 6fb81bf commit 79261dc

37 files changed

+2588
-1179
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ language: go
33
go:
44
- 1.8.x
55
install:
6-
- go get github.com/Masterminds/glide
6+
- go get -u github.com/golang/dep/cmd/dep
77
- go get github.com/aliyun/ossutil
88
before_script:
9-
- glide install
9+
- dep ensure
1010
script:
1111
- go build -o bin/networkd .
1212
- ./go.test.sh

0 commit comments

Comments
 (0)