Version 3 #1

Manually merged
timw4mail merged 47 commits from develop into master 2020-04-23 18:39:27 -04:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit f5aaa59f8d - Show all commits

View File

@ -19,9 +19,9 @@ variables:
test:7.1: test:7.1:
image: php:7.1 image: php:7.1
script: script:
- phpunit -c build --no-coverage - vendor/bin/phpunit -c build --no-coverage
test:7.2: test:7.2:
image: php:7.2 image: php:7.2
script: script:
- phpunit -c build --no-coverage - vendor/bin/phpunit -c build --no-coverage