Simplify build set up

This commit is contained in:
Maxime Rainville 2020-04-28 14:11:06 +12:00
parent e7662d1b57
commit 8c81f2c825
1 changed files with 6 additions and 13 deletions

View File

@ -7,23 +7,16 @@ sudo: false
cache:
directories:
- $HOME/.composer/cache/files
php:
- 5.6
env:
matrix:
- PHPUNIT_TEST=1
- PHPCS_TEST=1
matrix:
include:
- php: 5.6
- php: 7.1
env: PHPUNIT_TEST=1
- php: 7.0
env: PHPUNIT_TEST=1
- php: 7.1.2
- php: 7.2
env: PHPUNIT_TEST=1
- php: 7.3
env: PHPUNIT_TEST=1 PHPCS_TEST=1
before_script:
- export PATH=~/.composer/vendor/bin:$PATH