Skip to content

Commit

Permalink
added travis-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
satanasdiabolo committed May 30, 2014
1 parent e3edee2 commit e904ccd
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.5
- 5.4
- 5.3
before_script: composer install
branches:
only:
- functional-test
script: phpunit --coverage-text

0 comments on commit e904ccd

Please sign in to comment.