Skip to content

Commit 62aaaba

Browse files
committed
bugfix
1 parent 47f89ce commit 62aaaba

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: php
22
php:
3+
- 7.0
34
- 5.6
45
- 5.5
56
- hhvm
@@ -14,10 +15,6 @@ before_install:
1415
- pip install --user codecov
1516

1617
before_script:
17-
# 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-
2118
- travis_retry composer self-update
2219
- travis_retry composer install --prefer-source --no-interaction
2320

0 commit comments

Comments
 (0)