AminoJS / Amino.JS

A powerful JavaScript library for interacting with the Amino API :star2:
MIT License
27 stars 5 forks source link

Tell yarn to install all the dependencies before start running the build #13

Closed felixfong227 closed 6 years ago

felixfong227 commented 6 years ago

Add

before_script:
  - yarn install

at the Travis config file