File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ environment:
77 - julia_version : nightly
88
99platform :
10- - x86 # 32-bit
1110 - x64 # 64-bit
1211
1312# # uncomment the following lines to allow failures on nightly julia
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ julia:
1111 - 1.3
1212 - nightly
1313
14+ arch :
15+ - amd64
16+ - x86
17+
1418# # uncomment the following lines to allow failures on nightly julia
1519# # (tests will run but not make your overall status red)
1620# matrix:
@@ -26,3 +30,8 @@ after_success:
2630 - julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
2731 # push coverage results to Coveralls
2832 - julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
33+
34+ jobs :
35+ exclude :
36+ - os : osx
37+ arch : x86
You can’t perform that action at this time.
0 commit comments