Skip to content

Commit 5e2daca

Browse files
committed
Add .travis.yml, run test
1 parent 0508547 commit 5e2daca

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+
php:
4+
- 7.1
5+
- 7.2
6+
- 7.3
7+
8+
dist: trusty
9+
10+
install:
11+
- composer self-update
12+
- composer install
13+
14+
script:
15+
- "./vendor/bin/phpunit --coverage-text"

0 commit comments

Comments
 (0)