Skip to content

Commit 72bfbd5

Browse files
committed
build for pytorch 1.6.0 [ci-deploy]
1 parent 8e4eb8b commit 72bfbd5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,34 +63,34 @@ jobs:
6363
env: PYTHON_VERSION=3.7 TORCH_VERSION=1.6.0 IDX=cpu
6464
- if: not (tag is present or commit_message =~ ci-deploy) or os != linux
6565
env: PYTHON_VERSION=3.7 TORCH_VERSION=1.6.0 IDX=cu92
66-
- if: not (tag is present or commit_message =~ ci-deploy) or os = odx
66+
- if: not (tag is present or commit_message =~ ci-deploy) or os = osx
6767
env: PYTHON_VERSION=3.7 TORCH_VERSION=1.6.0 IDX=cu101
68-
- if: not (tag is present or commit_message =~ ci-deploy) or os = odx
68+
- if: not (tag is present or commit_message =~ ci-deploy) or os = osx
6969
env: PYTHON_VERSION=3.7 TORCH_VERSION=1.6.0 IDX=cu102
7070
- if: not (tag is present or commit_message =~ ci-deploy)
7171
env: PYTHON_VERSION=3.7 TORCH_VERSION=1.5.0 IDX=cpu
7272
- if: not (tag is present or commit_message =~ ci-deploy) or os != linux
7373
env: PYTHON_VERSION=3.7 TORCH_VERSION=1.5.0 IDX=cu92
74-
- if: not (tag is present or commit_message =~ ci-deploy) or os = odx
74+
- if: not (tag is present or commit_message =~ ci-deploy) or os = osx
7575
env: PYTHON_VERSION=3.7 TORCH_VERSION=1.5.0 IDX=cu101
76-
- if: not (tag is present or commit_message =~ ci-deploy) or os = odx
76+
- if: not (tag is present or commit_message =~ ci-deploy) or os = osx
7777
env: PYTHON_VERSION=3.7 TORCH_VERSION=1.5.0 IDX=cu102
7878
# Python 3.8
7979
- if: not (tag is present or commit_message =~ ci-deploy)
8080
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cpu
8181
- if: not (tag is present or commit_message =~ ci-deploy) or os != linux
8282
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu92
83-
- if: not (tag is present or commit_message =~ ci-deploy) or os = odx
83+
- if: not (tag is present or commit_message =~ ci-deploy) or os = osx
8484
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu101
85-
- if: not (tag is present or commit_message =~ ci-deploy) or os = odx
85+
- if: not (tag is present or commit_message =~ ci-deploy) or os = osx
8686
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu102
8787
- if: not (tag is present or commit_message =~ ci-deploy)
8888
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.5.0 IDX=cpu
8989
- if: not (tag is present or commit_message =~ ci-deploy) or os != linux
9090
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.5.0 IDX=cu92
91-
- if: not (tag is present or commit_message =~ ci-deploy) or os = odx
91+
- if: not (tag is present or commit_message =~ ci-deploy) or os = osx
9292
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.5.0 IDX=cu101
93-
- if: not (tag is present or commit_message =~ ci-deploy) or os = odx
93+
- if: not (tag is present or commit_message =~ ci-deploy) or os = osx
9494
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.5.0 IDX=cu102
9595

9696
install:

0 commit comments

Comments
 (0)