File tree Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -4,24 +4,14 @@ sudo: false
4
4
5
5
cache :
6
6
directories :
7
- - $HOME/.composer/cache
7
+ - $HOME/.composer/cache
8
8
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'
20
11
21
12
before_install :
22
- - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi;
13
+ - phpenv config-rm xdebug.ini
23
14
- phpunit --self-update
24
- - if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
25
15
- npm install -g swagger-cli
26
16
27
17
install :
@@ -31,4 +21,3 @@ script:
31
21
- vendor/bin/phpunit
32
22
- vendor/bin/behat
33
23
- tests/Fixtures/app/console api:swagger:export > swagger.json && swagger validate swagger.json && rm swagger.json
34
-
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ high performance API-first projects.
14
14
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/grwuyprts3wdqx5l?svg=true )] ( https://ci.appveyor.com/project/dunglas/dunglasapibundle )
15
15
[ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/a93f5a40-483f-4c46-ba09-3e1033b62552/mini.png )] ( https://insight.sensiolabs.com/projects/a93f5a40-483f-4c46-ba09-3e1033b62552 )
16
16
[ ![ 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 )
18
17
19
18
## Documentation
20
19
You can’t perform that action at this time.
0 commit comments