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,20 +9,19 @@ python:
env:
- TYPE="ext"
- TYPE="noext"
os: linux
dist: xenial
cache: pip
addons:
apt:
packages:
- build-essential
install:
- echo meow # do not run pip
script:
- bash run-tests.sh $TYPE
jobs:
include:
- stage: test
os: linux
dist: xenial
cache: pip
addons:
apt:
packages:
- build-essential
install:
- echo meow # do not run pip
script:
- bash run-tests.sh $TYPE
- stage: deploy
os: linux
dist: xenial