projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4748ae8
)
use make instead of prove to run tests
Graham Knop [Sun, 2 Mar 2014 01:00:55 +0000 (20:00 -0500)]
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
e1e5913
..
2e6843d
100644
(file)
--- 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: