Skip to content

Commit c92a40d

Browse files
committed
PHP 5.5
1 parent a4f843f commit c92a40d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@ language: php
22
php:
33
- 5.3
44
- 5.4
5+
- 5.5
6+
7+
env:
8+
- DC_VERSION=2.1
9+
- DC_VERSION=2.2
10+
- DC_VERSION=2.3
11+
- DC_VERSION=dev-master
512

613
before_script:
714
- wget http://getcomposer.org/composer.phar
15+
- php composer.phar require doctrine/orm:${DC_VERSION}
816
- php composer.phar install --dev
917

1018
script:

0 commit comments

Comments
 (0)