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 b18a950 commit b2fa15eCopy full SHA for b2fa15e
.travis.yml
@@ -5,15 +5,24 @@ php:
5
- 5.4
6
- 5.5
7
- 5.6
8
+ - hhvm
9
+ - hhvm-nightly
10
+
11
+matrix:
12
+ allow_failures:
13
+ - php: hhvm
14
+ - php: hhvm-nightly
15
16
script:
- - vendor/phpunit/phpunit/composer/bin/phpunit -v
17
+ - vendor/bin/phpunit
18
19
before_script:
20
- sudo apt-get -qq update > /dev/null
21
- phpenv rehash > /dev/null
22
- composer selfupdate --quiet
- - composer install --dev --prefer-dist
23
+ - composer install --no-interaction --prefer-source --dev
24
25
+ - composer update --no-interaction --prefer-source --dev
26
27
notifications:
28
irc: "irc.freenode.org#phpdocumentor"
0 commit comments