]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Finalize Travis-CI configuration
authorRuss Allbery <eagle@eyrie.org>
Mon, 7 Nov 2016 03:08:42 +0000 (19:08 -0800)
committerRuss Allbery <eagle@eyrie.org>
Mon, 7 Nov 2016 03:08:42 +0000 (19:08 -0800)
Now that all the bugs are fixed.  (Probably should have done that
in a branch with a pull request.  Oh well.)

.travis.yml

index a33ebecadee38fc962eaa00cc9347d6b9333d999..d30d2e27c54af1a360c5dad974f887f952e68a35 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 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: