gremlin-secure
Version:
Private version of the gremlin websocket client module: https://github.com/jbmusso/gremlin-javascript. This private version supports SSL and SASL authentication, and is undergoing a PR with the main module. This package is created as a private, temporary
27 lines (19 loc) • 382 B
YAML
language: node_js
node_js:
- 5.9
- 5
sudo: required
env:
- GREMLINSERVER_VERSION="3.1.1"
install:
# install Oracle JDK8
- sh -c ./build/jdk8-install.sh
# install gremlin-server
- sh -c ./build/gremlin-server/install.sh
# install dependencies
- npm install
before_script:
- npm run build
script: npm run test:node
after_script:
- npm run coverage:travis