Skip to content

Commit

Permalink
Updated Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvandevijver committed Mar 15, 2019
1 parent 49c11a0 commit 5683b88
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
language: php

php:
- 5.3
- 5.4
- 5.6
- 7.1
- 7.2
- 7.3

env:
- SYMFONY_VERSION=origin/2.3
- SYMFONY_VERSION=origin/2.8
- SYMFONY_VERSION=origin/3.4
- SYMFONY_VERSION=origin/4.2

matrix:
exclude:
- php: 5.6
env: SYMFONY_VERSION=origin/4.2


before_script:
- composer self-update
- composer install --dev
script:
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction

0 comments on commit 5683b88

Please sign in to comment.