Skip to content

Commit 0bda451

Browse files
committed
Adding Travis
1 parent 78636d2 commit 0bda451

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: php
2+
3+
php:
4+
- 5.5
5+
- 5.6
6+
- 7.0
7+
- hhvm
8+
9+
before_script: composer install
10+
11+
script: phpunit --coverage-text --configuration phpunit.xml.dist

0 commit comments

Comments
 (0)