]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Temporarily run perl/critic test verbose for Travis
authorRuss Allbery <eagle@eyrie.org>
Mon, 7 Nov 2016 02:45:40 +0000 (18:45 -0800)
committerRuss Allbery <eagle@eyrie.org>
Mon, 7 Nov 2016 02:45:40 +0000 (18:45 -0800)
Need to figure out why this is failing.

.travis.yml

index 0849d24db10cfe2b06b10dcea4a350a24b2d2a5f..ec33a2647e939a25e913f5c1f39537f189f45d8a 100644 (file)
@@ -8,7 +8,7 @@ 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
 env: AUTHOR_TESTING=1
-script: ./bootstrap && ./configure && make warnings && make check
+script: ./bootstrap && ./configure && make warnings && tests/runtests -v -o perl/critic && make check
 
 branches:
   only: