Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
stephpy committed Nov 29, 2012
1 parent 6256753 commit f88ee5c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,9 @@ php:
- 5.3
- 5.4

env:
- SYMFONY_VERSION=origin/2.0
- SYMFONY_VERSION=origin/master

before_script:
- curl -s http://getcomposer.org/installer | php
- COMPOSER_ROOT_VERSION=dev-master php composer.phar --dev install
before_script: composer install --dev

script:
- phpunit
- bin/atoum -d Tests/Units

notifications:
Expand Down

0 comments on commit f88ee5c

Please sign in to comment.