Skip to content

Commit

Permalink
Update recipe version in Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Jun 12, 2018
1 parent 93d8eeb commit feebda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_script:

# Install composer dependencies
- composer validate
- composer require silverstripe/recipe-cms 1.0.x-dev --no-update
- composer require silverstripe/recipe-cms 1.2.x-dev --no-update
- if [[ $DB == PGSQL ]]; then composer require silverstripe/postgresql:2.0.x-dev --no-update; fi
- composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile

Expand Down

0 comments on commit feebda0

Please sign in to comment.