We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b0198 commit b9b89eeCopy full SHA for b9b89ee
.travis.yml
@@ -26,10 +26,17 @@ jobs:
26
env: JULIA_COPY_STACKS=0 JAVACALL_FORCE_ASYNC_INIT=1
27
- julia: 1.0
28
env: JULIA_COPY_STACKS=0 JAVACALL_FORCE_ASYNC_TEST=1
29
+ - os: mac
30
+ env: JULIA_COPY_STACKS=0 JAVACALL_FORCE_ASYNC_INIT=1
31
32
+ env: JULIA_COPY_STACKS=0 JAVACALL_FORCE_ASYNC_TEST=1
33
- os: windows
34
35
36
37
+ - julia: 1.0
38
+ os: windows
39
+ env: JULIA_COPY_STACKS=1
40
allow_failures:
41
- julia: nightly
42
0 commit comments