File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,9 @@ environment:
9
9
platform :
10
10
- x64 # 64-bit
11
11
12
- # # uncomment the following lines to allow failures on nightly julia
13
- # # (tests will run but not make your overall status red)
14
- # matrix:
15
- # allow_failures:
16
- # - julia_version: nightly
12
+ matrix :
13
+ allow_failures :
14
+ - julia_version : nightly
17
15
18
16
# branches:
19
17
# only:
Original file line number Diff line number Diff line change 15
15
- amd64
16
16
- x86
17
17
18
- # # uncomment the following lines to allow failures on nightly julia
19
- # # (tests will run but not make your overall status red)
20
- # matrix:
21
- # allow_failures:
22
- # - julia: nightly
23
- # fast_finish: true
24
-
25
18
notifications :
26
19
email : false
27
20
@@ -32,6 +25,9 @@ after_success:
32
25
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
33
26
34
27
jobs :
28
+ allow_failures :
29
+ - julia : nightly
30
+ fast_finish : true
35
31
exclude :
36
32
- os : osx
37
33
arch : x86
You can’t perform that action at this time.
0 commit comments