From: bert hubert Date: Sat, 14 Feb 2015 08:50:29 +0000 (+0100) Subject: didn't work X-Git-Tag: dnsdist-1.0.0-alpha1~305 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08c3e86bb142c6ae364d2b84f1a09fe81f9d8026;p=pdns didn't work --- diff --git a/circle.yml b/circle.yml deleted file mode 100644 index 9ebd644ce..000000000 --- a/circle.yml +++ /dev/null @@ -1,13 +0,0 @@ -dependencies: - pre: - - sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe" - - sudo apt-get update -qq - - sudo apt-get install autoconf automake bison flex g++ git libboost-all-dev libtool make pkg-config ragel - -test: - override: - - echo hi - post: - - echo hi - -