File tree 4 files changed +1531
-8
lines changed 4 files changed +1531
-8
lines changed Original file line number Diff line number Diff line change 1
1
.idea
2
- /vendor
3
- /composer.lock
2
+ vendor
Original file line number Diff line number Diff line change 5
5
- 5.4
6
6
- 5.5
7
7
- 5.6
8
+ - hhvm
9
+ - hhvm-nightly
10
+
11
+ matrix :
12
+ allow_failures :
13
+ - php : hhvm
14
+ - php : hhvm-nightly
8
15
9
16
script :
10
- - vendor/phpunit/phpunit/composer/ bin/phpunit -v
17
+ - vendor/bin/phpunit
11
18
12
19
before_script :
13
20
- sudo apt-get -qq update > /dev/null
14
21
- phpenv rehash > /dev/null
15
22
- composer selfupdate --quiet
16
- - composer install --dev --prefer-dist
23
+ - composer install --no-interaction --prefer-source --dev
24
+ - vendor/bin/phpunit
25
+ - composer update --no-interaction --prefer-source --dev
17
26
18
27
notifications :
19
28
irc : " irc.freenode.org#phpdocumentor"
Original file line number Diff line number Diff line change 12
12
"require" : {
13
13
"php" : " >=5.3.3" ,
14
14
"psr/log" : " ~1.0" ,
15
- "nikic/php-parser" : " 0.9.4" ,
16
- "phpdocumentor/reflection-docblock" : " 2.* "
15
+ "nikic/php-parser" : " ~ 0.9.4" ,
16
+ "phpdocumentor/reflection-docblock" : " ~2.0 "
17
17
},
18
18
"suggests" : {
19
19
"symfony/event-dispatcher" : " ~2.1"
20
20
},
21
21
"require-dev" : {
22
22
"behat/behat" : " ~2.4" ,
23
- "phpunit/phpunit" : " ~3.7 " ,
24
- "mockery/mockery" : " >=0.7.0 "
23
+ "phpunit/phpunit" : " ~4.0 " ,
24
+ "mockery/mockery" : " ~0.8 "
25
25
},
26
26
"extra" : {
27
27
"branch-alias" : {
You can’t perform that action at this time.
0 commit comments