Skip to content

Commit

Permalink
Merge pull request #75 from ocefpaf/fix_job_name
Browse files Browse the repository at this point in the history
use a stable name to publish
  • Loading branch information
ocefpaf committed Jan 8, 2020
2 parents d1795e1 + c80a040 commit c5ac303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -9,10 +9,10 @@ env:
matrix:
fast_finish: true
include:
- name: "python-3.7 numpy=1.11"
env: PY=3.7 NP=1.11
- name: "python-3.7 numpy=1.16"
env: PY=3.7 NP=1.16
- name: "python-3.7 numpy=1.11"
env: PY=3.7 NP=1.11
- name: "python-3.6"
env: PY=3.6
- name: "python-2.7"
Expand Down Expand Up @@ -82,4 +82,4 @@ deploy:
repo: wesleybowman/UTide
tags: true
all_branches: master
condition: '$TRAVIS_JOB_NAME == "python-3.7"'
condition: '$TRAVIS_JOB_NAME == "docs'

0 comments on commit c5ac303

Please sign in to comment.