Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit e44c783

Browse files
authored
Merge pull request #291 from symfony-cmf/hhvm-trusty
use trusty for hhvm build
2 parents 74a85d5 + e4dca63 commit e44c783

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: php
22

33
php:
44
- 7.0
5-
- hhvm
65

76
sudo: false
87

@@ -13,7 +12,9 @@ cache:
1312

1413
env:
1514
matrix: SYMFONY_VERSION=3.2.*
16-
global: SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
15+
global:
16+
- SYMFONY_DEPRECATIONS_HELPER=2080
17+
- SYMFONY_PHPUNIT_DIR=".phpunit" SYMFONY_PHPUNIT_REMOVE="symfony/yaml" SYMFONY_PHPUNIT_VERSION=5.7
1718

1819
matrix:
1920
include:
@@ -23,6 +24,8 @@ matrix:
2324
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
2425
- php: 7.1
2526
env: SYMFONY_VERSION=3.1.*
27+
- php: hhvm
28+
dist: trusty
2629
fast_finish: true
2730

2831
before_install:
@@ -34,7 +37,7 @@ before_install:
3437

3538
install: composer update --prefer-dist $COMPOSER_FLAGS
3639

37-
script: phpunit
40+
script: vendor/bin/simple-phpunit
3841

3942
notifications:
4043
irc: "irc.freenode.org#symfony-cmf"

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
},
2323
"require-dev": {
2424
"symfony/monolog-bundle": "^2.3|^3.0",
25+
"symfony/phpunit-bridge": "^3.2",
2526
"symfony-cmf/routing-bundle": "^1.4|^2.0",
2627
"symfony-cmf/testing": "^2.0",
2728
"twig/twig": "^1.18|^2.0"

0 commit comments

Comments
 (0)