Skip to content

Commit

Permalink
Added travisci
Browse files Browse the repository at this point in the history
  • Loading branch information
clphillips committed Dec 31, 2014
1 parent 0da46f1 commit c18dfa6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: php
php:
- 5.2
- 5.3
- 5.4
- 5.5
- 5.6
script: phpunit -c ./build/phpunit.xml --coverage-text
1 change: 0 additions & 1 deletion build/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<phpunit bootstrap="../tests/bootstrap.php"
backupGlobals="false"
backupStaticAttributes="false"
strict="true"
verbose="true">

<testsuites>
Expand Down

0 comments on commit c18dfa6

Please sign in to comment.