Skip to content

Commit 00972a7

Browse files
committed
Update .travis.yml.
1 parent 6af404c commit 00972a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
script:
5353
- julia --color=yes -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.test()'
5454
julia: nightly
55+
56+
- stage: # Unit tests
57+
name: "Unit tests (Julia nightly) (Windows)"
5558
os: windows
5659
script:
5760
- julia --color=yes -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.test()'

0 commit comments

Comments
 (0)