Skip to content

Commit

Permalink
Bump CWP recipe version in Travis to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Jul 26, 2018
1 parent 2fb001a commit bd2d911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: php

env:
global:
- COMPOSER_ROOT_VERSION=2.1.x-dev
- COMPOSER_ROOT_VERSION=2.2.x-dev

matrix:
include:
Expand All @@ -23,7 +23,7 @@ before_script:

# Install composer dependencies
- composer validate
- composer require --no-update cwp/cwp-recipe-cms:2.1.x-dev cwp/starter-theme:2.x-dev symbiote/silverstripe-advancedworkflow:5.0.x-dev silverstripe/userforms:^5
- composer require --no-update cwp/cwp-recipe-cms:2.2.x-dev cwp/starter-theme:2.x-dev symbiote/silverstripe-advancedworkflow:5.0.x-dev silverstripe/userforms:^5
- composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile

script:
Expand Down

0 comments on commit bd2d911

Please sign in to comment.