Skip to content

Commit

Permalink
Add configuration for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinkihaveacat authored and dancras committed Sep 4, 2012
1 parent 301db22 commit 0967bab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
@@ -0,0 +1,12 @@
language: php

php:
- 5.3
- 5.4

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install

script:
- phpunit

0 comments on commit 0967bab

Please sign in to comment.