Skip to content

Commit

Permalink
Merge pull request #544 from zdykstra/master
Browse files Browse the repository at this point in the history
New build matrix
  • Loading branch information
oalders committed Nov 18, 2016
2 parents bbcc5fb + 8e7e789 commit a26a79a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -21,6 +21,9 @@ env:

# Instantiate Catalyst models using metacpan_server_testing.conf
- METACPAN_SERVER_CONFIG_LOCAL_SUFFIX=testing
matrix:
- USE_CPANFILE_SNAPSHOT=true
- USE_CPANFILE_SNAPSHOT=false


before_install:
Expand All @@ -41,7 +44,7 @@ before_install:
- cpanm -n Safe@2.35

install:
- 'carton install `test "${TRAVIS_PERL_VERSION}" = "${DEPLOYMENT_PERL_VERSION}" && echo " --deployment"`'
- 'carton install `test "${TRAVIS_PERL_VERSION}" = "${DEPLOYMENT_PERL_VERSION}" && test "${USE_CPANFILE_SNAPSHOT}" = "true" && echo " --deployment"`'

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

0 comments on commit a26a79a

Please sign in to comment.