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:
- TYPE="ext"
- TYPE="noext"
jobs:
include:
- stage: test
os: linux
dist: xenial
cache: pip
@ -23,6 +20,8 @@ jobs:
- echo meow # do not run pip
script:
- bash run-tests.sh $TYPE
jobs:
include:
- stage: deploy
os: linux
dist: xenial