Skip to content

Commit 8daac8e

Browse files
committed
Use npm instead of yarn
This is the test that the heroku review server build correctly
1 parent 70d32c4 commit 8daac8e

3 files changed

Lines changed: 16704 additions & 10234 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ env:
1919

2020

2121
install:
22-
- yarn
22+
- npm install
2323

2424
script:
25-
- yarn run lint:js
26-
- yarn test
25+
- npm run lint:js
26+
- npm test
2727

2828
deploy:
2929
provider: heroku

0 commit comments

Comments
 (0)