Skip to content

Commit 6ec063a

Browse files
committed
new test
1 parent a5db853 commit 6ec063a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ env:
2121

2222
jobs:
2323
exclude:
24-
- if: not (tag is present or commit_message =~ ci-deploy)
24+
- 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: os = osx:
27+
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu102
2628

2729
install:
2830
- source script/gcc.sh

0 commit comments

Comments
 (0)