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 13ae99d commit 43bc3a8Copy full SHA for 43bc3a8
.travis.yml
@@ -5,7 +5,7 @@ php:
5
- 5.4
6
7
before_script:
8
- - composer install --dev --prefer-source
+ - COMPOSER_ROOT_VERSION=dev-master composer install --dev --prefer-source
9
10
script: vendor/bin/phpunit --configuration ./build/travis-ci.xml
11
@@ -14,4 +14,4 @@ notifications:
14
irc:
15
channels:
16
- "irc.freenode.org#phpunit"
17
- use_notice: true
+ use_notice: true
0 commit comments