Skip to content

Commit 59ed9f0

Browse files
committed
update travis config
1 parent 0176239 commit 59ed9f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ language: php
33
php:
44
- 5.3
55
- 5.4
6+
- 5.5
67

78
before_script:
89
- composer self-update
9-
- composer install
10+
- composer install --prefer-source
1011
- php app/console doctrine:database:create -e=test
1112
- php app/console doctrine:phpcr:init:dbal -e=test
1213
- php app/console doctrine:phpcr:workspace:create standard_test -e=test

0 commit comments

Comments
 (0)