Add Travis CI configuration
This commit is contained in:
parent
811bd94fa5
commit
ff7fbbf3bf
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
||||
language: php
|
||||
dist: trusty
|
||||
php:
|
||||
- '5.5'
|
||||
- '5.6'
|
||||
- '7.0'
|
||||
- '7.1'
|
||||
- '7.2'
|
||||
- '7.3'
|
||||
before_script:
|
||||
- composer install
|
||||
script:
|
||||
- composer test-all
|
Loading…
x
Reference in New Issue
Block a user