Skip to content

Commit 1e96a81

Browse files
committed
Expand CI testing
1 parent e7b8b70 commit 1e96a81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ language: julia
33
os:
44
- linux
55
- osx
6+
- windows
67
julia:
78
- 1.0
9+
- 1
810
- nightly
911
notifications:
1012
email: false
@@ -16,7 +18,7 @@ jobs:
1618
fast_finish: true
1719
include:
1820
- stage: Documentation
19-
julia: 1.0
21+
julia: 1
2022
script: julia --project=docs -e '
2123
using Pkg;
2224
Pkg.develop(PackageSpec(path=pwd()));

0 commit comments

Comments
 (0)