2014-12-18 10:05:02 +01:00
|
|
|
sudo: false
|
2014-10-31 16:36:42 +01:00
|
|
|
language: node_js
|
2014-11-10 16:34:20 +01:00
|
|
|
node_js:
|
2016-06-18 09:19:57 +02:00
|
|
|
- "6"
|
|
|
|
env:
|
|
|
|
- DATABASE_URL=postgres://postgres@localhost:5432/unleash_test TEST_DATABASE_URL=postgres://postgres@localhost:5432/unleash_test
|
2014-11-12 15:15:23 +01:00
|
|
|
before_script:
|
2014-12-05 17:20:17 +01:00
|
|
|
- psql -c 'create database unleash_test;' -U postgres
|
2014-10-21 08:42:36 +02:00
|
|
|
script:
|
2014-11-10 16:34:20 +01:00
|
|
|
- npm install
|
2016-11-10 21:15:16 +01:00
|
|
|
- npm run test
|
2016-11-10 21:38:19 +01:00
|
|
|
- npm run test:coverage
|
2016-11-10 21:41:22 +01:00
|
|
|
- npm run test:coverage-report
|
2014-09-30 19:43:15 +02:00
|
|
|
notifications:
|
2015-04-08 13:21:40 +02:00
|
|
|
slack:
|
|
|
|
secure: MroremSKwtQkwPbrXjgs9hIqKTCDKk7bAIXXzjcS6wXC9uRaFgwFaW8oO3vBxtWa4BL44EQBLE/rboWgqFER62+XgXNgEqGZqrcJHJvby4r+dUNMPI64OZvWdIiydIYxLo8C1C4x5PqBup0xuLq8h/SBnNvA2NLgkjuvzOi+v/Q=
|
2014-12-05 17:20:17 +01:00
|
|
|
addons:
|
2015-02-10 18:07:37 +01:00
|
|
|
postgresql: "9.4"
|