Skip to content

Commit 001e2d2

Browse files
committed
Remove HHVM support. Simplify Travis config.
1 parent f1cbd32 commit 001e2d2

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

.travis.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,14 @@ sudo: false
44

55
cache:
66
directories:
7-
- $HOME/.composer/cache
7+
- $HOME/.composer/cache
88

9-
matrix:
10-
fast_finish: true
11-
include:
12-
- php: '7.0'
13-
- php: '7.0'
14-
env: SYMFONY_VERSION=3.0.*
15-
- php: hhvm
16-
17-
allow_failures:
18-
- env: SYMFONY_VERSION=3.0.*
19-
- php: hhvm
9+
php:
10+
- '7.0'
2011

2112
before_install:
22-
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi;
13+
- phpenv config-rm xdebug.ini
2314
- phpunit --self-update
24-
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
2515
- npm install -g swagger-cli
2616

2717
install:
@@ -31,4 +21,3 @@ script:
3121
- vendor/bin/phpunit
3222
- vendor/bin/behat
3323
- tests/Fixtures/app/console api:swagger:export > swagger.json && swagger validate swagger.json && rm swagger.json
34-

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ high performance API-first projects.
1414
[![Build status](https://ci.appveyor.com/api/projects/status/grwuyprts3wdqx5l?svg=true)](https://ci.appveyor.com/project/dunglas/dunglasapibundle)
1515
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/a93f5a40-483f-4c46-ba09-3e1033b62552/mini.png)](https://insight.sensiolabs.com/projects/a93f5a40-483f-4c46-ba09-3e1033b62552)
1616
[![Dependency Status](https://www.versioneye.com/user/projects/5552e93306c318a32a0000fa/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5552e93306c318a32a0000fa)
17-
[![HHVM Status](http://hhvm.h4cc.de/badge/api-platform/core.svg)](http://hhvm.h4cc.de/package/api-platform/core)
1817

1918
## Documentation
2019

0 commit comments

Comments
 (0)