File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ machine :
2+ node :
3+ version : 6.1.0
4+ pre :
5+ - curl -k -L -o neo4j.tar.gz https://neo4j.com/artifact.php?name=neo4j-community-3.0.6-unix.tar.gz
6+ - tar -xzvf neo4j.tar.gz
7+ - sed -i "s|#dbms.security.auth_enabled=false|dbms.security.auth_enabled=false|g" neo4j-community-3.0.6/conf/neo4j.conf
8+ - neo4j-community-3.0.6/bin/neo4j start
9+ - sleep 5
10+ - cat neo4j-community-3.0.6/logs/neo4j.log
11+ test :
12+ override :
13+ - npm run test:ci
14+
Original file line number Diff line number Diff line change 77 "start" : " node index.js" ,
88 "dev" : " nodemon index.js" ,
99 "test" : " tape -r babel-polyfill -r babel-register src/**/*spec.js | faucet" ,
10+ "test:ci" : " tape -r babel-polyfill -r babel-register src/**/*spec.js" ,
1011 "data:worlds" : " mongoimport --db dev --drop --jsonArray --type json --file fixtures/worlds.json --collection worlds" ,
1112 "data:outlines" : " mongoimport --db dev --drop --jsonArray --type json --file fixtures/outlines.json --collection outlines" ,
1213 "data:characters" : " mongoimport --db dev --drop --jsonArray --type json --file fixtures/characters.json --collection characters" ,
You can’t perform that action at this time.
0 commit comments