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: env:
- TYPE="ext" - TYPE="ext"
- TYPE="noext" - TYPE="noext"
jobs: os: linux
include: dist: xenial
- stage: test cache: pip
os: linux addons:
dist: xenial
cache: pip
addons:
apt: apt:
packages: packages:
- build-essential - build-essential
install: install:
- 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