Skip to content

Commit

Permalink
#73: add pimcore 5.6 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Jan 13, 2019
1 parent 37dca25 commit 3c54c28
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,33 @@ env:
- SYMFONY_DEPRECATIONS_HELPER=weak
matrix:
include:
# pimcore 5.4.x
- sudo: required
php: 7.1
env:
# pimcore 5.4.x
- PIMCORE_SKELETON_BRANCH="tags/v1.0.4"
- sudo: required
php: 7.2
env:
- PIMCORE_SKELETON_BRANCH="tags/v1.0.4"
# pimcore 5.5.x
- sudo: required
php: 7.1
env:
# pimcore 5.5.x
- PIMCORE_SKELETON_BRANCH="tags/v1.0.5"
- sudo: required
php: 7.2
env:
- PIMCORE_SKELETON_BRANCH="tags/v1.0.5"
# pimcore 5.6.x
- sudo: required
php: 7.1
env:
- PIMCORE_SKELETON_BRANCH="tags/v1.1.0"
- sudo: required
php: 7.2
env:
- PIMCORE_SKELETON_BRANCH="tags/v1.1.0"
fast_finish: true

cache:
Expand Down

0 comments on commit 3c54c28

Please sign in to comment.