From: Russ Allbery Date: Mon, 7 Nov 2016 02:52:51 +0000 (-0800) Subject: More Travis-CI debugging of test failure X-Git-Tag: release/3.1~13 X-Git-Url: https://git.eyrie.org/?a=commitdiff_plain;h=8f95f0e24af2c4666d3e869b1ac67dbeb6663730;p=kerberos%2Fkrb5-strength.git More Travis-CI debugging of test failure --- diff --git a/.travis.yml b/.travis.yml index ec33a26..fa0b23b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ sudo: required before_install: - sudo apt-get update -qq - - sudo apt-get install libcdb-dev libdb-file-lock-perl libcrypt-pbkdf2-perl libdbd-sqlite3-perl libdbi-perl libgetopt-long-descriptive-perl libipc-run-perl libjson-perl libkrb5-dev libperl6-slurp-perl libreadonly-perl libsqlite3-dev libtest-minimumversion-perl libtest-perl-critic-perl libtest-pod-perl libtest-strict-perl sqlite tinycdb + - sudo apt-get install libcdb-dev libdb-file-lock-perl libcrypt-pbkdf2-perl libdbd-sqlite3-perl libdbi-perl libgetopt-long-descriptive-perl libipc-run-perl libjson-perl libkrb5-dev libperl6-slurp-perl libreadonly-perl libsqlite3-dev libtest-minimumversion-perl libtest-perl-critic-perl libtest-pod-perl libtest-strict-perl pkg-config sqlite tinycdb env: AUTHOR_TESTING=1 -script: ./bootstrap && ./configure && make warnings && tests/runtests -v -o perl/critic && make check +script: ./bootstrap && ./configure && make warnings && perltidy -pro=tests/data/perltidyrc tests/tools/heimdal-strength-t && diff -u tests/tools/heimdal-strength-t.tdy tests/tools/heimdal-strength-t && tests/runtests -v -o perl/critic && make check branches: only: