Skip to content

Commit 2e171f3

Browse files
committed
Run 32-bit x86 tests on Linux instead of Windows
1 parent 26a3f9d commit 2e171f3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ environment:
77
- julia_version: nightly
88

99
platform:
10-
- x86 # 32-bit
1110
- x64 # 64-bit
1211

1312
## uncomment the following lines to allow failures on nightly julia

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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:
@@ -28,10 +32,14 @@ after_success:
2832
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
2933

3034
jobs:
35+
exclude:
36+
- os: osx
37+
arch: x86
3138
include:
3239
- stage: "Documentation"
3340
julia: 1.0
3441
os: linux
42+
arch: amd64
3543
script:
3644
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
3745
- julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)