Skip to content

Commit

Permalink
Add Travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Apr 25, 2012
1 parent cf13db9 commit caf1238
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: php

php:
- 5.3
- 5.4

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

0 comments on commit caf1238

Please sign in to comment.