1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-26 01:17:00 +02:00

Use yarn with travis/heroku

This commit is contained in:
Ivar 2017-11-02 09:56:44 +01:00
parent c3918a311b
commit 8e6c86a698
3 changed files with 538 additions and 383 deletions

View File

@ -7,12 +7,14 @@ env:
before_script: before_script:
- psql -c 'create database unleash_test;' -U postgres - psql -c 'create database unleash_test;' -U postgres
script: script:
- npm install - yarn
- npm run test:coverage - yarn run test:coverage
after_success: after_success:
- npm run test:coverage-report - yarn run test:coverage-report
notifications: notifications:
slack: slack:
secure: MroremSKwtQkwPbrXjgs9hIqKTCDKk7bAIXXzjcS6wXC9uRaFgwFaW8oO3vBxtWa4BL44EQBLE/rboWgqFER62+XgXNgEqGZqrcJHJvby4r+dUNMPI64OZvWdIiydIYxLo8C1C4x5PqBup0xuLq8h/SBnNvA2NLgkjuvzOi+v/Q= secure: MroremSKwtQkwPbrXjgs9hIqKTCDKk7bAIXXzjcS6wXC9uRaFgwFaW8oO3vBxtWa4BL44EQBLE/rboWgqFER62+XgXNgEqGZqrcJHJvby4r+dUNMPI64OZvWdIiydIYxLo8C1C4x5PqBup0xuLq8h/SBnNvA2NLgkjuvzOi+v/Q=
addons: addons:
postgresql: "9.4" postgresql: "9.4"
cache:
yarn: true

View File

@ -1 +1 @@
web: npm run start web: yarn run start

911
yarn.lock

File diff suppressed because it is too large Load Diff