quick minor path updates (#1968)
[openemr.git] / .travis.yml
blobd4ab8a2e99e3278301aa27b43a346a5e23744815
1 language: php
2 php:
3   - '5.6'
4   - '7.0'
5   - '7.1'
6   - '7.2'
7 env:
8   - CI_JOB=lint_syntax
9   - CI_JOB=lint_style
10 matrix:
11   exclude:
12     - php: '5.6'
13       env: CI_JOB=lint_style
14     - php: '7.0'
15       env: CI_JOB=lint_style
16     - php: '7.1'
17       env: CI_JOB=lint_style
18 script:
19   - bash ci/ci.sh --dir ./