Skip to content

Commit

Permalink
fix autopublish condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Feb 14, 2019
1 parent 04e1e23 commit e5d6a21
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 @@ -11,7 +11,7 @@ matrix:
fast_finish: true
include:
- name: "default"
env: PY=3.7
env: TEST_TARGET=upload PY=3.7
- name: "coding_standards"
env: PY=3.7
- name: "docs"
Expand Down Expand Up @@ -71,4 +71,4 @@ deploy:
repo: pyoceans/gridgeo
tags: true
all_branches: master
condition: '$TRAVIS_JOB_NAME == "default"'
condition: '$TEST_TARGET == "upload"'

0 comments on commit e5d6a21

Please sign in to comment.