Skip to content

Commit e74d182

Browse files
committed
Remove hhvm from the travis build matrix
1 parent 51b54f8 commit e74d182

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ matrix:
55
- php: 5.5
66
- php: 5.6
77
- php: 7.0
8-
- php: 7.1
9-
- php: hhvm
10-
sudo: required
11-
dist: trusty
12-
group: edge
13-
allow_failures:
14-
- php: 7.1
15-
- php: hhvm
168

179
sudo: false
1810

@@ -21,7 +13,6 @@ cache:
2113
- $HOME/.composer/cache
2214

2315
before_install:
24-
- if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then echo 'xdebug.enable = On' >> /etc/hhvm/php.ini; fi
2516
- travis_retry composer self-update
2617

2718
install:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"require-dev": {
2727
"phpspec/phpspec": "^2.0",
2828
"henrikbjorn/phpspec-code-coverage": "^2.0",
29-
"friendsofphp/php-cs-fixer": "v1.12.0",
29+
"friendsofphp/php-cs-fixer": "^1.12",
3030
"satooshi/php-coveralls": "^1.0"
3131
},
3232
"extra": {

0 commit comments

Comments
 (0)