Skip to content

Commit

Permalink
Add TravisCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
codeguy committed Mar 29, 2015
1 parent 68528d1 commit 4feefe8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

before_script: composer install

script: phpunit --coverage-text

0 comments on commit 4feefe8

Please sign in to comment.