Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Sep 28, 2018
2 parents a09e1ae + b625dc6 commit 351f272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
stages:
- test
- name: coverage
if: repo IS pika/pika
if: repo = pika/pika
- name: deploy
if: tag IS present

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- coverage report
after_success: codecov
- stage: deploy
if: repo IS pika/pika
if: repo = pika/pika
python: 3.6
services: []
install: true
Expand Down

0 comments on commit 351f272

Please sign in to comment.