Skip to content

Commit ed1b443

Browse files
committed
added travis build
1 parent 0a33b89 commit ed1b443

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: php
2+
3+
dist: trusty
4+
5+
php:
6+
- 5.6
7+
- hhvm
8+
- 7.0
9+
10+
before_script:
11+
- composer install
12+
13+
script:
14+
- mkdir -p build/logs
15+
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml test/

0 commit comments

Comments
 (0)