File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ environment:
7
7
- julia_version : nightly
8
8
9
9
platform :
10
- - x86 # 32-bit
11
10
- x64 # 64-bit
12
11
13
12
# # 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:
11
11
- 1.3
12
12
- nightly
13
13
14
+ arch :
15
+ - amd64
16
+ - x86
17
+
14
18
# # uncomment the following lines to allow failures on nightly julia
15
19
# # (tests will run but not make your overall status red)
16
20
# matrix:
@@ -28,10 +32,14 @@ after_success:
28
32
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
29
33
30
34
jobs :
35
+ exclude :
36
+ - os : osx
37
+ arch : x86
31
38
include :
32
39
- stage : " Documentation"
33
40
julia : 1.0
34
41
os : linux
42
+ arch : amd64
35
43
script :
36
44
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
37
45
- julia --project=docs/ docs/make.jl
You can’t perform that action at this time.
0 commit comments