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

Commit

Permalink
fix(travis): add deps installations
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Jul 16, 2020
1 parent 81b77cd commit 6a4e241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- export TRAVIS_NODE_VERSION="lts/*"
install:
- cpanm --quiet --notest CPAN::Uploader@0.103014 Devel::Cover@1.36
- cpanm -v --installdeps --notest .
- rm -rf ~/.nvm
- git clone https://github.com/creationix/nvm.git ~/.nvm
- (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`)
Expand Down

0 comments on commit 6a4e241

Please sign in to comment.