trying to get python to only run on one job
This commit is contained in:
parent
936798354e
commit
15cdbdd65d
1 changed files with 5 additions and 6 deletions
11
.travis.yml
11
.travis.yml
|
@ -19,10 +19,10 @@ env:
|
||||||
global:
|
global:
|
||||||
- ENVIRONMENT=testing
|
- ENVIRONMENT=testing
|
||||||
- LIBRETIME_LOG_DIR=/tmp/log/libretime
|
- LIBRETIME_LOG_DIR=/tmp/log/libretime
|
||||||
matrix:
|
jobs:
|
||||||
- PYTHON=false
|
- PYTHON=false
|
||||||
- PYTHON=true
|
- PYTHON=true
|
||||||
matrix:
|
jobs:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
# there are currently some testing issues with DateTime precision on 7.1
|
# there are currently some testing issues with DateTime precision on 7.1
|
||||||
- env: PYTHON=false
|
- env: PYTHON=false
|
||||||
|
@ -33,14 +33,13 @@ matrix:
|
||||||
# there are some issues with phpunit as well as some deep in zf1 on 7.3
|
# there are some issues with phpunit as well as some deep in zf1 on 7.3
|
||||||
- env: PYTHON=false
|
- env: PYTHON=false
|
||||||
php: 7.3
|
php: 7.3
|
||||||
jobs:
|
|
||||||
exclude:
|
exclude:
|
||||||
# by excluding all of python we make way to just run python tests in one seperate instance
|
# by excluding all of python we make way to just run python tests in one seperate instance
|
||||||
- env: PYTHON=true
|
- env: PYTHON=true
|
||||||
include:
|
include:
|
||||||
# having php 7.0 run python tests because travisCI quit running a independent job with 7.3 and 7.0 can still run phpunit tests
|
# having the latest run as php 7.3 to do the python tests
|
||||||
- php: 7.0
|
php: 7.3
|
||||||
env: PYTHON=true
|
- env: PYTHON=true
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue