]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Revert travis verbosity
authorRalph Dolmans <ralph@nlnetlabs.nl>
Thu, 16 Jan 2020 00:41:25 +0000 (01:41 +0100)
committerRalph Dolmans <ralph@nlnetlabs.nl>
Thu, 16 Jan 2020 00:41:25 +0000 (01:41 +0100)
.travis.yml

index f7ded5e562b768e77338199c6e251ada81689165..45a7cb1535012caa3424cc6228e83cfef4ab7a73 100644 (file)
@@ -9,10 +9,8 @@ addons:
     - libevent-dev
     - libexpat-dev
     - clang
-    - gdb
 script:
   - ./configure --enable-debug --disable-flto
   - make
   - make test
-  - gdb -batch ./testbound -ex "r -p testdata/rpz_respip.rpl" -ex "bt"
   - (cd testdata/clang-analysis.tdir; bash clang-analysis.test)