Skip to content

Commit

Permalink
Update TravisCI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Oct 25, 2012
1 parent d6a8a0f commit 3ac75f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
language: php

php:
- 5.3.3
- 5.3
- 5.4

before_script:
- wget -nc http://getcomposer.org/composer.phar
- php composer.phar install
- composer install --dev

script: phpunit --coverage-text --configuration phpunit.travis.xml

notifications:
email: false
webhooks: http://webhooks.dotsunited.de/travisci.php
hipchat: b00ece55a12a4a46874554f64029c9@Allgemein

0 comments on commit 3ac75f1

Please sign in to comment.