Skip to content

Commit 7bbbe4d

Browse files
committed
Move Windows to Travis, and use Julia 1.3.
1 parent 82994eb commit 7bbbe4d

File tree

3 files changed

+6
-33
lines changed

3 files changed

+6
-33
lines changed

.appveyor.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ cuarrays:
6161

6262
coverage:
6363
extends:
64-
- .julia:1.2
64+
- .julia:1.3
6565
- .coverage

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ language: julia
33
os:
44
- linux
55
- osx
6+
- windows
67

78
dist: trusty
89

910
julia:
1011
- 1.0
12+
- 1.1
13+
- 1.2
14+
- 1.3
1115
- nightly
1216

1317
matrix:
@@ -20,7 +24,7 @@ notifications:
2024
jobs:
2125
include:
2226
- stage: "Documentation"
23-
julia: 1.0
27+
julia: 1.3
2428
os: linux
2529
script:
2630
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));

0 commit comments

Comments
 (0)