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

Commit

Permalink
fix test setup, added php 5.6, hhvm no longer allowed to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Oct 12, 2014
1 parent 552c982 commit bc68d4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

env:
Expand All @@ -12,7 +13,6 @@ env:
matrix:
allow_failures:
- env: SYMFONY_VERSION=dev-master
- php: hhvm
include:
- php: 5.5
env: SYMFONY_VERSION=2.3.*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Resources/app/config/config.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// Tests/Resources/app/config/config.php

$container->setParameter('cmf_testing.bundle_fqn', 'Symfony\Cmf\Bundle\ContentBundle');
$loader->import(CMF_TEST_CONFIG_DIR.'/default.php');
$loader->import(CMF_TEST_CONFIG_DIR.'/phpcr_odm.php');
$loader->import(CMF_TEST_CONFIG_DIR.'/sonata_admin.php');
Expand Down

0 comments on commit bc68d4d

Please sign in to comment.