Skip to content

Commit 3e3395d

Browse files
committed
Add Travis
1 parent 88957d6 commit 3e3395d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: php
2+
php:
3+
- 7.0
4+
before_script:
5+
- composer install
6+
script:
7+
- vendor/bin/phpunit

0 commit comments

Comments
 (0)