Browse Source

Update .travis.yml

develop
Hauke 4 years ago committed by GitHub
parent
commit
23ab91faa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml

2
.travis.yml

@ -2,6 +2,8 @@ language: php
php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
install:
- composer install

Loading…
Cancel
Save