Skip to content

Commit

Permalink
Use Travis CI for continuous integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
nrk committed Dec 11, 2011
1 parent c937909 commit 43d6e9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: php
php:
- 5.3
- 5.4
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install

0 comments on commit 43d6e9a

Please sign in to comment.