Skip to content

Commit 6ad48b6

Browse files
committed
Travis CI integration
1 parent 76769c9 commit 6ad48b6

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: php
2+
php:
3+
- 5.4
4+
- 5.3
5+
before_script: composer install --dev

phpunit.xml.dist

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<phpunit verbose="true" bootstrap="vendor/autoload.php" colors="true">
3+
<testsuites>
4+
<testsuite name="phumbor">
5+
<directory suffix="Test.php">tests</directory>
6+
</testsuite>
7+
</testsuites>
8+
</phpunit>

0 commit comments

Comments
 (0)