Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit 1ba54ef

Browse files
authored
Update .travis.yml (#17)
1 parent 1760e0a commit 1ba54ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ jobs:
1717
fast_finish: true
1818
include:
1919
- os: windows
20-
arch: "i386"
20+
arch: "x86"
2121
julia: "1.3"
22+
name: "Julia 1.3 (32-bit)"
2223
- os: windows
23-
arch: "i386"
24+
arch: "x86"
2425
julia: nightly
26+
name: "Julia nightly (32-bit)"
2527

2628
julia:
2729
- "1.3"

0 commit comments

Comments
 (0)