We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e05a3 commit 0913cbdCopy full SHA for 0913cbd
.travis.yml
@@ -32,7 +32,6 @@ env:
32
- img=existdb/existdb:latest
33
- img=existdb/existdb:release
34
- img=existdb/existdb:4.7.1
35
- - img=evolvedbinary/exist-db:eXist-3.6.1-minimal
36
37
notifications:
38
email: false
appveyor.yml
@@ -1,13 +1,11 @@
1
version: 1.2.{build}
2
3
environment:
4
- NODE_VERSION: 8
+ NODE_VERSION: 12
5
6
matrix:
7
- EXIST_VERSION: 5.0.0-RC4
8
- EXIST_VERSION: 4.7.1
9
- - EXIST_VERSION: 3.6.1
10
- - EXIST_VERSION: 2.2
11
12
install:
13
- ps: Install-Product node $env:NODE_VERSION
0 commit comments