Skip to content

Commit e2c99ac

Browse files
author
Romaric Drigon
committed
Added build matrix
1 parent e26de87 commit e2c99ac

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
11
# set up languages
22
language: php
33
php:
4+
- "5.6"
5+
- "5.5"
46
- "5.4"
57
- "5.3"
8+
9+
# At the moment we support both Symfony >2.3 and 3.0
10+
matrix:
11+
include:
12+
- php: 5.3
13+
env: COMPOSER_FLAGS="--prefer-lowest"
14+
- php: 5.6
15+
env: SYMFONY_VERSION=2.3.*
16+
- php: 5.6
17+
env: SYMFONY_VERSION=2.7.*
18+
- php: 5.6
19+
env: SYMFONY_VERSION=2.8.*
20+
- php: 5.6
21+
env: SYMFONY_VERSION=3.0.*
22+
623
# we use composer for vendors, including atoum
724
before_script:
825
- composer install
26+
927
script: ./bin/test --test-all

0 commit comments

Comments
 (0)