Skip to content

Commit fc7176f

Browse files
committed
Remove DomainSets, test on windows
1 parent 830fe19 commit fc7176f

File tree

4 files changed

+4
-46
lines changed

4 files changed

+4
-46
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ language: julia
33
os:
44
- linux
55
- osx
6+
- windows
67
julia:
78
- 1.0
89
- 1.1
10+
- 1.2
11+
- 1.3
912
- nightly
1013
matrix:
1114
allow_failures:

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ uuid = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
44
[deps]
55
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
66
ContinuumArrays = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
7-
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
87
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
98
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
109
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
@@ -13,7 +12,6 @@ QuasiArrays = "c4ea9172-b204-11e9-377d-29865faadc5c"
1312

1413
[compat]
1514
BandedMatrices = "0.11"
16-
DomainSets = "0.1"
1715
FillArrays = "0.7"
1816
IntervalSets = "0.3.1"
1917
LazyArrays = "0.11"

appveyor.yml

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

src/ContinuumArrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ContinuumArrays
2-
using IntervalSets, LinearAlgebra, LazyArrays, FillArrays, BandedMatrices, DomainSets, QuasiArrays
2+
using IntervalSets, LinearAlgebra, LazyArrays, FillArrays, BandedMatrices, QuasiArrays
33
import Base: @_inline_meta, axes, getindex, convert, prod, *, /, \, +, -,
44
IndexStyle, IndexLinear, ==, OneTo, tail, similar, copyto!, copy,
55
first, last, show

0 commit comments

Comments
 (0)