Skip to content

Commit

Permalink
Bump Postgres to 2.1 in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Jul 25, 2018
1 parent 7be1e6c commit f5cd8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -28,7 +28,7 @@ before_script:

- composer validate
- composer require --no-update silverstripe-themes/simple ~3.2.0
- if [[ $DB == PGSQL ]]; then composer require silverstripe/postgresql:2.0.x-dev --no-update; fi
- if [[ $DB == PGSQL ]]; then composer require silverstripe/postgresql:2.1.x-dev --no-update; fi
- composer install --prefer-source --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile

# Validate cow schema
Expand Down

0 comments on commit f5cd8f4

Please sign in to comment.