Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Switch Travis to Ubuntu 14 (Trusty) (#4487)
Browse files Browse the repository at this point in the history
* Update .travis.yml

* single process for installing perl deps
  • Loading branch information
moollaza authored and pjhampton committed Sep 14, 2017
1 parent fc7c033 commit b49cd75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
dist: precise
sudo: false
env:
- PERL_LWP_SSL_VERIFY_HOSTNAME=0
Expand All @@ -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:
Expand Down

0 comments on commit b49cd75

Please sign in to comment.