travis: fix matrix for build stages

This commit is contained in:
Alibek Omarov 2019-10-18 01:18:48 +03:00 committed by GitHub
parent d1770111a0
commit 2d1f23b08a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 12 deletions

View File

@ -9,9 +9,6 @@ python:
env: env:
- TYPE="ext" - TYPE="ext"
- TYPE="noext" - TYPE="noext"
jobs:
include:
- stage: test
os: linux os: linux
dist: xenial dist: xenial
cache: pip cache: pip
@ -23,6 +20,8 @@ jobs:
- echo meow # do not run pip - echo meow # do not run pip
script: script:
- bash run-tests.sh $TYPE - bash run-tests.sh $TYPE
jobs:
include:
- stage: deploy - stage: deploy
os: linux os: linux
dist: xenial dist: xenial