more travis-ci prep
This commit is contained in:
parent
60bd0ffc36
commit
9a91825434
14
.travis.yml
14
.travis.yml
|
@ -4,3 +4,17 @@ perl:
|
||||||
- "5.18"
|
- "5.18"
|
||||||
- "5.16"
|
- "5.16"
|
||||||
- "5.14"
|
- "5.14"
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get update -q
|
||||||
|
- sudo apt-get install -y htmldoc
|
||||||
|
- cpanm -v --installdeps --notest .
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
notification:
|
||||||
|
recipients:
|
||||||
|
- dataking@gmail.com
|
||||||
|
email:
|
||||||
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
|
#env:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user