Try gitlab ci setup again

This commit is contained in:
Timothy Warren 2017-02-28 16:43:09 -05:00
parent 15371e49e8
commit 806a1e1702
2 changed files with 7 additions and 7 deletions

View File

@ -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"
}
}

View File

@ -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"