Skip to content

Commit

Permalink
travis: link cpansign to true /2
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Oct 18, 2015
1 parent 496eb92 commit 59076d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -26,7 +26,8 @@ addons:
# for Devel::Cover::Report::Coveralls
# cpanm does not do 5.6
before_install:
- ln -s `which true` /home/travis/.local/bin/cpansign
- mkdir /home/travis/bin || true
- ln -s `which true` /home/travis/bin/cpansign
- eval $(curl https://travis-perl.github.io/init) --auto
install:
- export AUTOMATED_TESTING=1 HARNESS_TIMER=1 AUTHOR_TESTING=0 RELEASE_TESTING=0
Expand Down

0 comments on commit 59076d0

Please sign in to comment.