Skip to content

Commit

Permalink
travis: rejigger how we export CPANM_OPTS
Browse files Browse the repository at this point in the history
...though it should be working the other way?!
  • Loading branch information
rsrchboy committed Apr 10, 2015
1 parent 9da5042 commit 6c1f669
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ before_install:
- git config user.email 'travis@nowhere.dne'

# gotta love failing pod tests blowing everything up...
- cpanm -q TAP::Harness::Restricted || { cat ~/.cpanm/build.log ; false ; }
- export CPANM_OPTS="-q --skip-satisfied --notest"
- cpanm $CPANM_OPTS TAP::Harness::Restricted || { cat ~/.cpanm/build.log ; false ; }
- export HARNESS_SUBCLASS=TAP::Harness::Restricted

# Moose installs in parallel quite nicely.
Expand Down

0 comments on commit 6c1f669

Please sign in to comment.