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 51b54f8 commit e74d182Copy full SHA for e74d182
.travis.yml
@@ -5,14 +5,6 @@ matrix:
5
- php: 5.5
6
- php: 5.6
7
- php: 7.0
8
- - php: 7.1
9
- - php: hhvm
10
- sudo: required
11
- dist: trusty
12
- group: edge
13
- allow_failures:
14
15
16
17
sudo: false
18
@@ -21,7 +13,6 @@ cache:
21
- $HOME/.composer/cache
22
23
before_install:
24
- - if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then echo 'xdebug.enable = On' >> /etc/hhvm/php.ini; fi
25
- travis_retry composer self-update
26
27
install:
composer.json
@@ -26,7 +26,7 @@
"require-dev": {
"phpspec/phpspec": "^2.0",
28
"henrikbjorn/phpspec-code-coverage": "^2.0",
29
- "friendsofphp/php-cs-fixer": "v1.12.0",
+ "friendsofphp/php-cs-fixer": "^1.12",
30
"satooshi/php-coveralls": "^1.0"
31
},
32
"extra": {
0 commit comments