Browse Source

Update .travis.yml

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

5
.travis.yml

@ -4,6 +4,11 @@ php:
- '7.3'
- '7.4'
jobs:
fast_finish: true
allow_failures:
- php: 7.1
install:
- composer install

Loading…
Cancel
Save