diff --git a/.travis.yml b/.travis.yml index 58ded47..31398d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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`)