Removed custom yarn installation from .travis.yml (#649)
This commit is contained in:
parent
ea257eadf1
commit
011fafa38d
|
|
@ -37,10 +37,6 @@ cache:
|
|||
directories:
|
||||
- node_modules
|
||||
|
||||
# Install yarn as Travis doesn't support it out of the box
|
||||
before_install:
|
||||
- npm install -g yarn@v1.3.2
|
||||
|
||||
# Install dependencies
|
||||
install:
|
||||
- yarn install
|
||||
|
|
|
|||
Loading…
Reference in New Issue