Skip to content

Commit 56abdf6

Browse files
author
Mark Kittisopikul
committed
Include but allow to fail linux @async case with JULIA_COPY_STACKS=0
1 parent 0c0279c commit 56abdf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ env:
1616

1717
jobs:
1818
exclude:
19-
- os: linux
20-
env: JULIA_COPY_STACKS=0
2119
- os: mac
2220
env: JULIA_COPY_STACKS=0
2321
- julia: 1.0
2422
env: JULIA_COPY_STACKS=0
2523
- os: windows
2624
env: JULIA_COPY_STACKS=1
2725
allow_failures:
28-
- julia: nightly
26+
- julia: nightly
27+
- os: linux
28+
env: JULIA_COPY_STACKS=0
2929

3030
branches:
3131
only:

0 commit comments

Comments
 (0)