mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
debug: travis with postgres 10
This commit is contained in:
parent
f62d992be7
commit
ec4d169874
@ -19,7 +19,7 @@ notifications:
|
|||||||
slack:
|
slack:
|
||||||
secure: MroremSKwtQkwPbrXjgs9hIqKTCDKk7bAIXXzjcS6wXC9uRaFgwFaW8oO3vBxtWa4BL44EQBLE/rboWgqFER62+XgXNgEqGZqrcJHJvby4r+dUNMPI64OZvWdIiydIYxLo8C1C4x5PqBup0xuLq8h/SBnNvA2NLgkjuvzOi+v/Q=
|
secure: MroremSKwtQkwPbrXjgs9hIqKTCDKk7bAIXXzjcS6wXC9uRaFgwFaW8oO3vBxtWa4BL44EQBLE/rboWgqFER62+XgXNgEqGZqrcJHJvby4r+dUNMPI64OZvWdIiydIYxLo8C1C4x5PqBup0xuLq8h/SBnNvA2NLgkjuvzOi+v/Q=
|
||||||
addons:
|
addons:
|
||||||
postgresql: '9.6'
|
postgresql: '10'
|
||||||
cache:
|
cache:
|
||||||
yarn: true
|
yarn: true
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
"db-migrate": "db-migrate",
|
"db-migrate": "db-migrate",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"pretest": "npm run lint",
|
"pretest": "npm run lint",
|
||||||
"test": "NODE_ENV=test PORT=4243 ava --serial",
|
"test": "NODE_ENV=test PORT=4243 ava",
|
||||||
"test:docker": "./scripts/docker-postgres.sh",
|
"test:docker": "./scripts/docker-postgres.sh",
|
||||||
"test:watch": "npm run test -- --watch",
|
"test:watch": "npm run test -- --watch",
|
||||||
"test:pg-virtualenv": "pg_virtualenv npm run test:pg-virtualenv-chai",
|
"test:pg-virtualenv": "pg_virtualenv npm run test:pg-virtualenv-chai",
|
||||||
|
@ -59,7 +59,6 @@ test.serial('does not not accept gibberish', async t => {
|
|||||||
.then(destroy);
|
.then(destroy);
|
||||||
});
|
});
|
||||||
|
|
||||||
/* debugging travis
|
|
||||||
test.serial('imports strategies and features from json file', async t => {
|
test.serial('imports strategies and features from json file', async t => {
|
||||||
t.plan(0);
|
t.plan(0);
|
||||||
const { request, destroy } = await setupApp('state_api_serial');
|
const { request, destroy } = await setupApp('state_api_serial');
|
||||||
@ -79,4 +78,3 @@ test.serial('imports strategies and features from yaml file', async t => {
|
|||||||
.expect(202)
|
.expect(202)
|
||||||
.then(destroy);
|
.then(destroy);
|
||||||
});
|
});
|
||||||
*/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user