1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Use yarn with travis/heroku

This commit is contained in:
Ivar 2017-11-02 09:56:44 +01:00 committed by Ivar Conradi Østhus
parent bd4d83104d
commit ba53887ded
3 changed files with 538 additions and 383 deletions

View File

@ -7,12 +7,14 @@ env:
before_script:
- psql -c 'create database unleash_test;' -U postgres
script:
- npm install
- npm run test:coverage
- yarn
- yarn run test:coverage
after_success:
- npm run test:coverage-report
- yarn run test:coverage-report
notifications:
slack:
secure: MroremSKwtQkwPbrXjgs9hIqKTCDKk7bAIXXzjcS6wXC9uRaFgwFaW8oO3vBxtWa4BL44EQBLE/rboWgqFER62+XgXNgEqGZqrcJHJvby4r+dUNMPI64OZvWdIiydIYxLo8C1C4x5PqBup0xuLq8h/SBnNvA2NLgkjuvzOi+v/Q=
addons:
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