Skip to content

Commit f88a8cc

Browse files
committed
updated
1 parent 8f23dc3 commit f88a8cc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ after_success:
2222

2323
# command to run tests
2424
script:
25-
- make test test-existdb
25+
- make test test-existdb-22 test-basex

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ test:
1616
sleep 30
1717
FS_WEBDAV_URL=http://admin:admin@localhost:10080/exist/webdav/db bin/nosetests -v webdavfs
1818

19+
test-existdb-22:
20+
bin/pip install nose
21+
/usr/bin/python -c "import os; os.system('docker rm -f existdb22')"
22+
docker run -d -p 127.0.0.1:10082:8080 --name existdb22 zopyx/existdb-22
23+
sleep 30
24+
FS_WEBDAV_URL=http://admin:admin@localhost:10082/exist/webdav/db bin/nosetests -v webdavfs
25+
1926
test-basex:
2027
bin/pip install nose
2128
/usr/bin/python -c "import os; os.system('docker rm -f basex')"

0 commit comments

Comments
 (0)