X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=.travis.yml;h=bd61769385c5b406df7318f88323e4f20550b87a;hb=40e16a98ee9377894c56ed690032a3ae73c9680b;hp=b82211802d835a6922a9644db4fba66ae504f22c;hpb=e6f76248f1f38119264a1452fa1963a748cc91a4;p=thirdparty%2Fpdns.git diff --git a/.travis.yml b/.travis.yml index b82211802d..bd61769385 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,10 @@ env: - PDNS_BUILD_PRODUCT=auth - PDNS_BUILD_PRODUCT=recursor - PDNS_BUILD_PRODUCT=dnsdist + - PDNS_BUILD_PRODUCT=ixfrdist + +cache: + - pip before_script: - git describe --always --dirty=+ @@ -20,6 +24,10 @@ before_script: - export CXXFLAGS=-O0 - export OPTFLAGS=-O0 - sudo apt-get -qq update + # you can remove this when updating dist to something newer than trusty + - pyenv global 2.7 + # needed for virtualenv to use the pyenv python + - pip install virtualenv script: - ./build-scripts/travis.sh