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 47f89ce commit 62aaabaCopy full SHA for 62aaaba
.travis.yml
@@ -1,5 +1,6 @@
1
language: php
2
php:
3
+ - 7.0
4
- 5.6
5
- 5.5
6
- hhvm
@@ -14,10 +15,6 @@ before_install:
14
15
- pip install --user codecov
16
17
before_script:
- # Install hierarchical
18
- - if [ $TRAVIS_PHP_VERSION != 'hhvm' ]; then sh -c "yes '' | pecl install hierarchicalu-4.0.8"; fi
19
- - if [ $TRAVIS_PHP_VERSION != 'hhvm' ]; then phpenv config-add ./tests/travis/php.ini; fi
20
-
21
- travis_retry composer self-update
22
- travis_retry composer install --prefer-source --no-interaction
23
0 commit comments