We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ee13e commit aaa9dfaCopy full SHA for aaa9dfa
.travis.yml
@@ -2,7 +2,7 @@ language: java
2
jdk:
3
- oraclejdk8
4
env:
5
- - NODE_VERSION=6.1
+ - NODE_VERSION=6.9
6
sudo: true
7
before_install:
8
- echo 'America/Los_Angeles' | sudo tee /etc/timezone
shared/dev-tasks/setup-marklogic.sh
@@ -1,12 +1,12 @@
1
#!/bin/bash
sudo /etc/init.d/MarkLogic start
-sleep 10
+sleep 30
curl -X POST -d "" http://localhost:8001/admin/v1/init
curl -X POST -H "Content-type: application/x-www-form-urlencoded" \
--data "admin-username=admin" \
9
--data "admin-password=admin" \
10
--data "realm=public" \
11
"http://localhost:8001/admin/v1/instance-admin"
12
0 commit comments