Skip to content

Commit

Permalink
fixed travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswallsmith committed May 30, 2012
1 parent bb006f1 commit 73c2de2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
language: php

php:
- 5.3
- 5.4
- 5.3
- 5.4

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

script: phpunit --coverage-text

0 comments on commit 73c2de2

Please sign in to comment.