dump db version
[openemr.git] / .travis.yml
blobc003d4e7cabe75cb7a698bbcd5a7a6863bca0211
1 language: php
2 php:
3   - '7.1'
4   - '7.2'
5   - '7.3'
6 env:
7   - CI_JOB=lint_syntax
8   - CI_JOB=lint_style
9 matrix:
10   exclude:
11     - php: '7.1'
12       env: CI_JOB=lint_style
13     - php: '7.3'
14       env: CI_JOB=lint_style
15 script:
16   - bash ci/ci.sh --dir ./