Skip to content

Commit 0a71b0b

Browse files
committed
Added travis-ci
1 parent 27bfc5f commit 0a71b0b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: php
2+
php:
3+
- '7.1'
4+
- '7.2'
5+
- 'nightly'
6+
install:
7+
- composer install
8+
script: bin/phpunit

0 commit comments

Comments
 (0)