We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0176239 commit 59ed9f0Copy full SHA for 59ed9f0
.travis.yml
@@ -3,10 +3,11 @@ language: php
3
php:
4
- 5.3
5
- 5.4
6
+ - 5.5
7
8
before_script:
9
- composer self-update
- - composer install
10
+ - composer install --prefer-source
11
- php app/console doctrine:database:create -e=test
12
- php app/console doctrine:phpcr:init:dbal -e=test
13
- php app/console doctrine:phpcr:workspace:create standard_test -e=test
0 commit comments