Skip to content

Commit

Permalink
Adding Travis yaml configuration for Travis-CI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Rican7 committed May 29, 2013
1 parent 45fa5ab commit ec4d9ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: php
php:
- 5.3
- 5.4
- 5.5

before_script:
- composer install

script: phpunit

0 comments on commit ec4d9ac

Please sign in to comment.