Skip to content

Commit

Permalink
Switch to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
szimek committed Jan 15, 2019
1 parent 7e3e70b commit 1fd5691
Show file tree
Hide file tree
Showing 4 changed files with 8,126 additions and 12,975 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
/coverage/*
/libpeerconnection.log
npm-debug.log*
yarn-error.log
testem.log

.env
Expand Down
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,20 @@ addons:
chrome: stable

cache:
directories:
- $HOME/.npm
yarn: true

env:
global:
# See https://git.io/vdao3 for details.
- JOBS=1

before_install:
- npm config set spin false
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH

install:
- yarn install --non-interactive

script:
- npm run lint:js
- npm test
- yarn lint:js
- yarn test
Loading

0 comments on commit 1fd5691

Please sign in to comment.