Skip to content

Commit

Permalink
Bump recipe-cms to 4.3.x-dev and postgres to 2.1.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill authored Aug 17, 2018
1 parent 73eb3c1 commit 956bd9d
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 @@ -23,8 +23,8 @@ before_script:
- phpenv config-rm xdebug.ini

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

# Install NPM dependencies
Expand Down

0 comments on commit 956bd9d

Please # to comment.