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

Commit

Permalink
Updated deps + improve travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Dec 23, 2015
1 parent 70f16f4 commit 3de5c1f
Show file tree
Hide file tree
Showing 2 changed files with 803 additions and 235 deletions.
18 changes: 13 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

Expand All @@ -14,11 +13,20 @@ cache:
directories:
- $HOME/.composer/cache

before_script:
matrix:
finish_fast: true
include:
- php: 5.6
env: COMPOSER_INSTALL=1

before_install:
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi
- composer self-update
- composer install --prefer-dist
- app/console doctrine:database:create -e=test
- app/console doctrine:phpcr:init:dbal -e=test

install: if [ "$COMPOSER_INSTALL" = "1" ]; then composer install --prefer-dist; else composer update --prefer-dist; fi

before_script:
- app/console doctrine:phpcr:init:dbal --force -e=test
- app/console doctrine:phpcr:workspace:create standard_test -e=test
- app/console doctrine:phpcr:repository:init -e=test

Expand Down
Loading

0 comments on commit 3de5c1f

Please sign in to comment.