Skip to content

Commit

Permalink
TravisCI / fix silverstripe/postgresql version (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnsl48 authored and Aaron Carlino committed Jan 27, 2019
1 parent b4626ed commit 6d32e91
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 @@ -54,7 +54,7 @@ before_script:

# Install composer
- composer validate
- if [[ $DB == PGSQL ]]; then composer require --no-update silverstripe/postgresql:2.0.x-dev --prefer-dist; fi
- if [[ $DB == PGSQL ]]; then composer require --no-update silverstripe/postgresql:2.2.x-dev --prefer-dist; fi
- composer require silverstripe/recipe-testing:^1 silverstripe/recipe-cms 4.2.x-dev --no-update --prefer-dist
- composer update

Expand Down

0 comments on commit 6d32e91

Please sign in to comment.