File tree Expand file tree Collapse file tree 4 files changed +493
-97
lines changed Expand file tree Collapse file tree 4 files changed +493
-97
lines changed Original file line number Diff line number Diff line change 4
4
- 5.3
5
5
- 5.4
6
6
- 5.5
7
+ - 5.6
8
+ - hhvm
9
+ - hhvm-nightly
10
+
11
+ matrix :
12
+ allow_failures :
13
+ - php : hhvm
14
+ - php : hhvm-nightly
7
15
8
16
script :
9
17
- vendor/bin/phpunit
@@ -13,9 +21,9 @@ before_script:
13
21
- sudo apt-get -qq install graphviz > /dev/null
14
22
- phpenv rehash > /dev/null
15
23
- composer selfupdate --quiet
16
- - composer install --dev --prefer-source
24
+ - composer install --no-interaction --prefer-source --dev
17
25
- vendor/bin/phpunit
18
- - composer update --dev --prefer-source
26
+ - composer update --no-interaction --prefer-source --dev
19
27
20
28
notifications :
21
29
irc : " irc.freenode.org#phpdocumentor"
Original file line number Diff line number Diff line change 9
9
"php" : " >=5.3.3"
10
10
},
11
11
"require-dev" : {
12
- "phpunit/phpunit" : " ~3.7 "
12
+ "phpunit/phpunit" : " ~4.0 "
13
13
},
14
14
"autoload" : {
15
15
"psr-0" : {"phpDocumentor" : [" src/" , " tests/unit" ]}
You can’t perform that action at this time.
0 commit comments