add/edit event rework to get workable.
[openemr.git] / .travis.yml
blob95c25c85af7179976dfe9377fa603071151ea89d
1 services:
2   - mysql
3 language: php
4 php:
5   - '7.2'
6   - '7.3'
7   - '7.4'
8 before_install:
9   - echo "extension=ldap.so" >>php --ini | grep "Loaded Configuration" | sed -e "s|.:\s||"``
10 env:
11   - CI_JOB=lint_syntax
12   - CI_JOB=build_test
13   - CI_JOB=lint_style
14 matrix:
15   exclude:
16     - php: '7.2'
17       env: CI_JOB=lint_style
18     - php: '7.3'
19       env: CI_JOB=lint_style
20 before_script: echo 'error_reporting = "E_ALL & ~E_NOTICE & ~E_STRICT"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
21 script:
22   - bash ci/ci.sh --dir ./