zeroclickinfo-goodies/.travis.yml

19 lines
636 B
YAML
Raw Normal View History

2013-04-30 14:40:24 -07:00
---
sudo: false
addons:
apt_packages:
- libmpfr-dev
2013-04-25 10:50:41 -07:00
before_install:
- export HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
- git config --global user.name "Dist Zilla Plugin TravisCI"
2013-04-30 14:40:24 -07:00
- git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
2013-04-25 10:50:41 -07:00
install:
- npm install -g uglify-js handlebars
- dzil authordeps | grep -ve '^\W' | xargs -n 5 -P 10 cpanm --quiet --notest --mirror http://www.cpan.org/ --mirror http://duckpan.org
- dzil listdeps | grep -ve '^\W' | cpanm --quiet --notest --mirror http://www.cpan.org/ --mirror http://duckpan.org
2013-04-30 14:40:24 -07:00
language: perl
perl:
- 5.16
2013-04-25 10:50:41 -07:00
script:
2013-04-30 14:40:24 -07:00
- dzil smoke --release --author