Skip to content

Commit f0385a6

Browse files
committed
new test
1 parent 67ce81c commit f0385a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
exclude:
2424
- if: not (tag is present or commit_message =~ ci-deploy) and os != osx
2525
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cpu
26-
- if: not (tag is present or commit_message =~ ci-deploy) or os != linux:
26+
- if: not (tag is present or commit_message =~ ci-deploy) or os != linux
2727
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu92
28-
- if: not (tag is present or commit_message =~ ci-deploy) or os = osx:
28+
- if: not (tag is present or commit_message =~ ci-deploy) or os = osx
2929
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu101
3030
- if: os = osx
3131
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu102

0 commit comments

Comments
 (0)