Skip to content

Commit

Permalink
Make parts of .travis.yml conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Jan 31, 2018
1 parent 8e7ce49 commit 2eae3cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- python: pypy
- python: pypy3
- stage: upload coverage
if: repo IS gmr/queries
services: []
python: 3.6
install:
Expand All @@ -51,6 +52,7 @@ jobs:
- coverage report
after_success: codecov
- stage: deploy
if: repo IS gmr/queries
python: 3.6
services: []
install: true
Expand Down

0 comments on commit 2eae3cc

Please sign in to comment.