Skip to content

Commit

Permalink
Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
simensen committed Jul 17, 2012
1 parent c6bf710 commit d493ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: php

php:
- 5.3.2
- 5.3.3
- 5.3
- 5.4

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

script: phpunit --coverage-text

0 comments on commit d493ca1

Please sign in to comment.