Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure cpm installs to correct directory when not using snapshot
  • Loading branch information
oalders committed Jun 8, 2017
1 parent 6a03a86 commit a7cf288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -32,7 +32,7 @@ before_install:

install:
- cpan-install --coverage # installs converage prereqs, if enabled
- 'cpm install `test "${USE_CPANFILE_SNAPSHOT}" = "false" && echo " --resolver metadb" || echo " --resolver snapshot"`'
- 'cpm install `test "${USE_CPANFILE_SNAPSHOT}" = "false" && echo " -L ~/no-snapshot --resolver metadb" || echo " --resolver snapshot"`'

before_script:
- coverage-setup
Expand Down

0 comments on commit a7cf288

Please sign in to comment.