From bcdfae81523b2624557779cd3d0fdf5516a25752 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 6 Nov 2016 19:08:42 -0800 Subject: [PATCH] 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.) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2