Skip to content

Commit e35c95c

Browse files
committed
add travis ci config
1 parent eec1956 commit e35c95c

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+
sudo: false
4+
5+
matrix:
6+
include:
7+
- php: 7.1
8+
- php: 7.2
9+
- php: 7.3
10+
11+
before_script:
12+
- composer install
13+
14+
script:
15+
- phpunit

0 commit comments

Comments
 (0)