Skip to content

Commit

Permalink
Add Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Jul 28, 2013
1 parent 9c6f9fc commit 63c7299
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

# omitting "script:" will default to phpunit
# use the $DB env variable to determine the phpunit.xml to use
script: phpunit --coverage-text tests

0 comments on commit 63c7299

Please sign in to comment.