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

Commit 74250d7

Browse files
authored
Merge pull request #116 from symfony-cmf/hhvm-trusty
use trusty for hhvm
2 parents 75ecf66 + 4c36ffa commit 74250d7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

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

33
php:
44
- 7.1
5-
- hhvm
65

76
sudo: false
87

@@ -25,6 +24,8 @@ matrix:
2524
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
2625
- php: 7.0
2726
env: SYMFONY_VERSION=3.1.*
27+
- php: hhvm
28+
dist: trusty
2829
fast_finish: true
2930

3031
before_install:

tests/Resources/app/config/routing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ admin:
22
resource: '@SonataAdminBundle/Resources/config/routing/sonata_admin.xml'
33
prefix: /admin
44

5+
phpcr_admin:
6+
resource: '@SonataDoctrinePHPCRAdminBundle/Resources/config/routing/tree.xml'
7+
prefix: /admin
8+
59
sonata_admin:
610
resource: .
711
type: sonata_admin

0 commit comments

Comments
 (0)