From: Graham Knop Date: Sun, 2 Mar 2014 01:00:55 +0000 (-0500) Subject: use make instead of prove to run tests X-Git-Tag: v1.003003~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=666d9fe03d8d6f91c0a9e05843bc8d2d4276289f;p=gitmo%2FRole-Tiny.git use make instead of prove to run tests --- diff --git a/.travis.yml b/.travis.yml index e1e5913..2e6843d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,9 @@ install: before_script: - coverage-setup script: - - prove -lv $(test-dirs) + - perl Makefile.PL + - make + - make test TEST_VERBOSE=1 TEST_FILES="$(test-files)" after_success: - coverage-report branches: