Skip to content

Commit

Permalink
Adds travis-ci config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgarlag committed May 23, 2012
1 parent 0c24e56 commit dc0c88d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: php

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

php:
- 5.3
- 5.4

0 comments on commit dc0c88d

Please sign in to comment.