summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index ab8d004..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-dist: xenial
-addons:
- apt:
- sources:
- - sourceline: 'ppa:dns-oarc/dsc-pr'
- update: true
- packages:
- - protobuf-c-compiler
- - libprotobuf-c-dev
- - libuv1-dev
- - libtinyframe-dev
-language: c
-compiler:
- - clang
- - gcc
-install: ./autogen.sh
-script:
- - ./configure --enable-warn-all
- - make dist
- - tar zxvf *.tar.gz
- - cd dnswire-[0-9]*
- - mkdir build
- - cd build
- - ../configure --enable-warn-all
- - make
- - make test
- - cat src/test/test*.sh.log