Switch Travis to Ubuntu 14 (Trusty) (#4487)

* Update .travis.yml

* single process for installing perl deps
master
Zaahir Moolla 2017-09-14 11:25:55 -04:00 committed by PJ Hampton
parent fc7c03331d
commit b49cd752b2
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
---
dist: precise
sudo: false
env:
- PERL_LWP_SSL_VERIFY_HOSTNAME=0
@ -20,7 +19,7 @@ install:
- npm install -g uglify-js handlebars jasmine-node
- npm install mathjs
- cpanm --quiet --notest Dist::Zilla
- dzil authordeps | grep -ve '^\W' | xargs -n 5 -P 10 cpanm --quiet --notest --mirror http://www.cpan.org/ --mirror http://duckpan.org --mirror-only
- dzil authordeps | grep -ve '^\W' | cpanm --quiet --notest --mirror http://www.cpan.org/ --mirror http://duckpan.org --mirror-only
- dzil listdeps | grep -ve '^\W' | cpanm --quiet --notest --mirror http://www.cpan.org --mirror http://duckpan.org --mirror-only
language: perl
perl: