Skip to content

Commit

Permalink
add travis and phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk committed Feb 19, 2016
1 parent 22a71fd commit 6a73c40
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yaml
@@ -0,0 +1,7 @@
language: php
php:
- 5.5
sudo: false
before_script:
- composer self-update
- composer install --prefer-dist --no-interaction
7 changes: 7 additions & 0 deletions phpunit.xml
@@ -0,0 +1,7 @@
<phpunit bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="Tests">
<directory>tests/</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 6a73c40

Please sign in to comment.