From 806a1e1702cc66a4688ba9a4251e839421128f41 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 28 Feb 2017 16:43:09 -0500 Subject: [PATCH] Try gitlab ci setup again --- package.json | 13 +++++++------ test/docker_install.sh | 1 - 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 02558a8..6245523 100644 --- a/package.json +++ b/package.json @@ -37,9 +37,15 @@ }, "main": "lib/NodeQuery.js", "dependencies": { + "dblite": "^0.7.8", "getargs": "~0.0.8", "glob": "^7.0.3", + "mysql2": "^1.2.0", + "node-firebird": "^0.8.1", + "pg": "^6.1.2", "require-reload": "~0.2.2", + "sqlite3": "^3.1.8", + "tedious": "^1.14.0", "xregexp": "^3.0.0" }, "devDependencies": { @@ -85,11 +91,6 @@ "test": "jest" }, "peerDependencies": { - "dblite": "^0.7.8", - "mysql2": "^1.2.0", - "node-firebird": "^0.8.1", - "pg-native": "^1.10.0", - "sqlite3": "^3.1.8", - "tedious": "^1.14.0" + "pg-native": "^1.10.0" } } diff --git a/test/docker_install.sh b/test/docker_install.sh index ffc6099..fc17261 100644 --- a/test/docker_install.sh +++ b/test/docker_install.sh @@ -8,7 +8,6 @@ set -xe # Install sqlite3 echo -e 'http://dl-cdn.alpinelinux.org/alpine/edge/main\nhttp://dl-cdn.alpinelinux.org/alpine/edge/community\nhttp://dl-cdn.alpinelinux.org/alpine/edge/testing' > /etc/apk/repositories apk add --no-cache git yarn sqlite -npm install pg sqlite3 dblite mysql2 # Replace test config with docker config file mv "./test/config-ci.json" "./test/config.json" \ No newline at end of file