Explicitly return the DOES coderef if we install it
[gitmo/Role-Tiny.git] / .travis.yml
index e1e5913..2e6843d 100644 (file)
@@ -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: