From c80a0402c332289e9a88318c2a23588ecd4c4644 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 4 Jun 2019 14:12:09 -0300 Subject: [PATCH] use a stable name to publish --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f310592..2a8193b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" @@ -82,4 +82,4 @@ deploy: repo: wesleybowman/UTide tags: true all_branches: master - condition: '$TRAVIS_JOB_NAME == "python-3.7"' \ No newline at end of file + condition: '$TRAVIS_JOB_NAME == "docs' \ No newline at end of file