diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 26a5104..4c663af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,9 @@ notifications: - "ircs://chat.freenode.net:6697/#libxcrypt" skip_join: true +install: + - build-aux/travis-install + before_script: - build-aux/travis-before @@ -125,6 +128,13 @@ jobs: - CONF="--enable-obsolete-api --enable-hashes=all" - SANITIZER=1 + - name: "Linux, GCC, all hashes, obsolete API, Perl 5.14" + <<: *linux_gcc + dist: trusty + env: + - CONF="--enable-obsolete-api --enable-hashes=all" + - OLDEST_SUPPORTED_PERL=1 + - name: "Linux, GCC, all hashes, static lib" <<: *linux_gcc env: CONF="--disable-shared --disable-obsolete-api --enable-hashes=all" |