Skip to content
Snippets Groups Projects
Commit 2eae3cc8 authored by Gavin M. Roy's avatar Gavin M. Roy
Browse files

Make parts of .travis.yml conditional

parent 8e7ce498
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -36,6 +36,7 @@ jobs:
- python: pypy
- python: pypy3
- stage: upload coverage
if: repo IS gmr/queries
services: []
python: 3.6
install:
Loading
Loading
@@ -51,6 +52,7 @@ jobs:
- coverage report
after_success: codecov
- stage: deploy
if: repo IS gmr/queries
python: 3.6
services: []
install: true
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment