Skip to content

Commit

Permalink
Start gremlin-server in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmusso committed Jun 4, 2017
1 parent 554f4e7 commit c70efb0
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
language: node_js

services:
- docker

node_js:
- 7
- 6

sudo: required

env:
- GREMLIN_SERVER_VERSION="3.2.4"
- GREMLIN_SERVER_VERSION="3.1.6"
GREMLIN_SERVER_VERSION: 3.2.4

cache:
yarn: true

before_install:
- docker run -d -p 8182:8182 jbmusso/gremlin-server:$GREMLIN_SERVER_VERSION
- docker ps -a

install:
- sh -c ./build/jdk8-install.sh
- sh -c ./build/gremlin-server/install.sh
# - sh -c ./build/jdk8-install.sh
# - sh -c ./build/gremlin-server/install.sh
- yarn

before_script:
Expand Down

0 comments on commit c70efb0

Please sign in to comment.