Skip to content

Commit

Permalink
chore: Replace npm with yarn (#2199)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal authored Mar 1, 2020
1 parent 1cb1f48 commit 5e171ae
Show file tree
Hide file tree
Showing 4 changed files with 8,249 additions and 10,073 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
dist: xenial
language: node_js
node_js:
- 8.11.1
- 8.15.1

services:
- docker
- redis

env:
- TESTFOLDER=test/serverTest.js CXX=g++-4.8 PATH=$PATH:${HOME}/google-cloud-sdk/bin CLOUDSDK_CORE_DISABLE_PROMPTS=1
- TESTFOLDER=test/serverTest.js
- TESTFOLDER=test/roomsAndSpeakers.js
- TESTFOLDER=test/tracks.js
- TESTFOLDER=test/generatorAndSchedule.js
Expand All @@ -26,9 +26,9 @@ addons:
- g++-4.8
# installing required items for build
install:
- npm install -g istanbul mocha@3
- npm install
- npm install --save-dev
- npm install -g yarn
- yarn global add istanbul mocha@3
- yarn

# testing script
script:
Expand Down
Loading

0 comments on commit 5e171ae

Please sign in to comment.