Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit e47ce07

Browse files
author
Benoît Merlet
committed
Configure Travis build matrix
1 parent 9514a19 commit e47ce07

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@ language: php
22

33
php:
44
- 5.3
5+
- 5.4
56
- 5.5
7+
- 5.6
8+
9+
env:
10+
- SYMFONY_VERSION="2.3.*"
11+
- SYMFONY_VERSION="2.4.*"
12+
- SYMFONY_VERSION="2.5.*"
13+
- SYMFONY_VERSION="2.6.*"
614

715
before_script:
8-
- composer install
16+
- composer require symfony/http-kernel:${SYMFONY_VERSION}
917

1018
script:
1119
- phpunit
1220

1321
branches:
1422
only:
15-
- master
23+
- master

0 commit comments

Comments
 (0)