Fixed environment variable definitions in Travis config

This commit is contained in:
Chris Kankiewicz
2020-12-28 14:38:15 -07:00
parent 8896462080
commit 6c259b8899

View File

@@ -3,8 +3,7 @@ dist: bionic
language: php
env:
- PATH="app/vendor/bin:${PATH}"
- PHP_CS_FIXER_IGNORE_ENV="true"
- PATH="app/vendor/bin:${PATH}" PHP_CS_FIXER_IGNORE_ENV="true"
php:
- 7.2