From: Russ Allbery Date: Mon, 7 Nov 2016 03:08:42 +0000 (-0800) Subject: Finalize Travis-CI configuration X-Git-Tag: release/3.1~10 X-Git-Url: https://git.eyrie.org/?a=commitdiff_plain;h=bcdfae81523b2624557779cd3d0fdf5516a25752;p=kerberos%2Fkrb5-strength.git Finalize Travis-CI configuration Now that all the bugs are fixed. (Probably should have done that in a branch with a pull request. Oh well.) --- diff --git a/.travis.yml b/.travis.yml index a33ebec..d30d2e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 pkg-config sqlite tinycdb env: AUTHOR_TESTING=1 -script: ./bootstrap && ./configure && make warnings && perltidy -pro=tests/data/perltidyrc tests/tools/heimdal-strength-t && diff -u tests/tools/heimdal-strength-t tests/tools/heimdal-strength-t.tdy && tests/runtests -v -o perl/critic && make check +script: ./bootstrap && ./configure && make warnings && make check branches: only: