From 2b362443ac7669a539f9b048b4cd8fc3dbec4c79 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 29 Jan 2018 20:43:15 +0000 Subject: [PATCH] try installdeps and test xt --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9f5c8496..4673ed55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,9 @@ branches: only: - /^2\.\d{6}$/ - 'master' +install: true +script: | + perl Build.PL && \ + ./Build && \ + PERL_MM_USE_DEFAULT=1 ./Build installdeps --cpan_client 'cpanm --quiet --notest' && \ + ./Build test --test_files xt/