We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f23dc3 commit f88a8ccCopy full SHA for f88a8cc
2 files changed
.travis.yml
@@ -22,4 +22,4 @@ after_success:
22
23
# command to run tests
24
script:
25
- - make test test-existdb
+ - make test test-existdb-22 test-basex
Makefile
@@ -16,6 +16,13 @@ test:
16
sleep 30
17
FS_WEBDAV_URL=http://admin:admin@localhost:10080/exist/webdav/db bin/nosetests -v webdavfs
18
19
+test-existdb-22:
20
+ bin/pip install nose
21
+ /usr/bin/python -c "import os; os.system('docker rm -f existdb22')"
+ docker run -d -p 127.0.0.1:10082:8080 --name existdb22 zopyx/existdb-22
+ sleep 30
+ FS_WEBDAV_URL=http://admin:admin@localhost:10082/exist/webdav/db bin/nosetests -v webdavfs
+
26
test-basex:
27
bin/pip install nose
28
/usr/bin/python -c "import os; os.system('docker rm -f basex')"
0 commit comments