Explorar el Código

Remove obsolete travis-ci configuration

Ask Bjørn Hansen hace 2 años
padre
commit
4a38de8264
Se han modificado 2 ficheros con 1 adiciones y 30 borrados
  1. 0 29
      .travis.yml
  2. 1 1
      CHANGES.md

+ 0 - 29
.travis.yml

@@ -1,29 +0,0 @@
-dist: bionic
-language: go
-go_import_path: github.com/abh/geodns
-
-go:
-  - "1.16.9"
-  - "1.17.2"
-  - tip
-
-before_install:
-  - sudo apt-get -y update && sudo apt-get -y install curl
-  # we add the maxmind repository to get geoipupdate
-  #- sudo apt-get -y install  software-properties-common
-  #- sudo add-apt-repository -y ppa:maxmind/ppa && sudo apt-get -y update
-  #- sudo apt-get -y install geoipupdate geoip-database geoip-bin curl
-
-install:
-  - sudo mkdir -p /usr/share/GeoIP/
-  - sudo curl -fso /usr/share/GeoIP/GeoLite2-ASN.mmdb     https://geodns.bitnames.com/geoip/GeoLite2-ASN.mmdb
-  - sudo curl -fso /usr/share/GeoIP/GeoLite2-City.mmdb    https://geodns.bitnames.com/geoip/GeoLite2-City.mmdb
-  - sudo curl -fso /usr/share/GeoIP/GeoLite2-Country.mmdb https://geodns.bitnames.com/geoip/GeoLite2-Country.mmdb
-# - sudo ln -s /usr/share/GeoIP $TRAVIS_BUILD_DIR/db
-# - echo [geodns] >> dns/geodns.conf
-# - echo Directory=/usr/share/GeoIP/ >> dns/geodns.conf
-  - go build -v
-  - go install
-
-script:
-  - cd $TRAVIS_BUILD_DIR && make test

+ 1 - 1
CHANGES.md

@@ -1,6 +1,6 @@
 # GeoDNS Changelog
 
-## 3.3.1 August 2023
+## 3.3.2 August 2023
 - Update Go to 1.20.7 and package dependencies
 - Minor Avro logging improvements