Browse Source

Using forked dns library for travis.yml, too.

Ask Bjørn Hansen 12 years ago
parent
commit
ac0271170a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -4,7 +4,7 @@ before_install:
 install:
 install:
   - mkdir -p $TRAVIS_BUILD_DIR/db
   - mkdir -p $TRAVIS_BUILD_DIR/db
   - curl -s http://geodns.bitnames.com/geoip/GeoLiteCity.dat.gz  | gzip -cd > $TRAVIS_BUILD_DIR/db/GeoIPCity.dat
   - curl -s http://geodns.bitnames.com/geoip/GeoLiteCity.dat.gz  | gzip -cd > $TRAVIS_BUILD_DIR/db/GeoIPCity.dat
-  - go get github.com/miekg/dns
+  - go get github.com/abh/dns
   - go get github.com/abh/geoip
   - go get github.com/abh/geoip
   - go get launchpad.net/gocheck
   - go get launchpad.net/gocheck
   - go get -v
   - go get -v