Skip to content

Commit 0913cbd

Browse files
committed
fix(ci): do not test on unsupported versions
BREAKING CHANGE: exist versions 2.2 and 3.6.1 are no longer officially supported.
1 parent 23e05a3 commit 0913cbd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ env:
3232
- img=existdb/existdb:latest
3333
- img=existdb/existdb:release
3434
- img=existdb/existdb:4.7.1
35-
- img=evolvedbinary/exist-db:eXist-3.6.1-minimal
3635

3736
notifications:
3837
email: false

appveyor.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
version: 1.2.{build}
22

33
environment:
4-
NODE_VERSION: 8
4+
NODE_VERSION: 12
55

66
matrix:
77
- EXIST_VERSION: 5.0.0-RC4
88
- EXIST_VERSION: 4.7.1
9-
- EXIST_VERSION: 3.6.1
10-
- EXIST_VERSION: 2.2
119

1210
install:
1311
- ps: Install-Product node $env:NODE_VERSION

0 commit comments

Comments
 (0)