Skip to content

Commit

Permalink
Remove all ./build folder and use appropriate config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmusso committed Jun 4, 2017
1 parent c70efb0 commit 9cc5c1f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 109 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ cache:
yarn: true

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

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

before_script:
Expand Down
59 changes: 0 additions & 59 deletions build/gremlin-server/gremlin-server-js.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions build/gremlin-server/install.sh

This file was deleted.

15 changes: 0 additions & 15 deletions build/jdk8-install.sh

This file was deleted.

0 comments on commit 9cc5c1f

Please sign in to comment.