Skip to content

Commit

Permalink
Moving to docker for ArangoDB testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-McBride committed Nov 9, 2018
1 parent e31a303 commit ba5de5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ node_js:
services:
- docker
before_install:
- docker docker pull arangodb
- docker pull arangodb
- docker run -e ARANGO_ROOT_PASSWORD=root -p 8529:8529 -d arangodb
script:
- yarn run test
Expand Down

0 comments on commit ba5de5b

Please sign in to comment.