Skip to content

Commit

Permalink
Repair the contao requirements in the tavis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baumannsven committed Mar 3, 2019
1 parent f32af14 commit 3a2a6aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ php:
- "7.1"

env:
- CONTAO_VERSION=contao/core-bundle ~4.7.0
- CONTAO_VERSION=contao/core-bundle ~4.6.0
- CONTAO_VERSION=contao/core-bundle ~4.5.0
- CONTAO_VERSION=contao/core-bundle ~4.4.0
- CONTAO_VERSION='contao/core-bundle ~4.7.0'
- CONTAO_VERSION='contao/core-bundle ~4.6.0'
- CONTAO_VERSION='contao/core-bundle ~4.5.0'
- CONTAO_VERSION='contao/core-bundle ~4.4.0'

before_install:
- echo "memory_limit = -1" > travis.php.ini && phpenv config-add travis.php.ini
Expand Down

0 comments on commit 3a2a6aa

Please sign in to comment.