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

Commit

Permalink
fix travis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Apr 4, 2014
1 parent b1ebc19 commit 4106dab
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
language: php

php:
- 5.3.3
- 5.3
- 5.4
- 5.5

before_script: composer install -n
before_script:
- composer self-update
- composer install --prefer-source
- php app/console doctrine:database:create -e=test
- php app/console doctrine:phpcr:init:dbal -e=test
- php app/console doctrine:phpcr:workspace:create standard_test -e=test
- php app/console doctrine:phpcr:repository:init -e=test

script: phpunit -c app

notifications:
irc: "irc.freenode.org#symfony-cmf"
email: "[email protected]"

0 comments on commit 4106dab

Please sign in to comment.