Skip to content

Commit

Permalink
Run CI on more platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Oct 26, 2019
1 parent e783879 commit 0414c5c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,26 @@ language: julia
os:
- linux
- osx
- windows
arch:
- x64
- x86
- arm64
julia:
- 1.3
- nightly
matrix:
allow_failures:
- julia: nightly
exclude:
- os: osx
arch: x86
- os: osx
arch: arm64
- os: windows
arch: arm64
- julia: nightly
arch: arm64
notifications:
email: false

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ environment:
- julia_version: nightly

platform:
- x86 # 32-bit
- x64 # 64-bit

matrix:
Expand Down

0 comments on commit 0414c5c

Please sign in to comment.