Skip to content

Commit

Permalink
Be explicit about using the cpanfile.snapshot via cpm.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed May 13, 2017
1 parent 61da7de commit 8280dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -49,7 +49,7 @@ before_install:
- cpanm -n Safe@2.35

install:
- 'cpm install `test "${USE_CPANFILE_SNAPSHOT}" = "false" && echo " --resolver metadb"`'
- 'cpm install `test "${USE_CPANFILE_SNAPSHOT}" = "false" && echo " --resolver metadb" || echo " --resolver snapshot"`'

before_script:
- "perl -i -pe 's/(servers :)9900/localhost:9200/' metacpan_server_testing.conf"
Expand Down

0 comments on commit 8280dd8

Please sign in to comment.