AminoJS / Amino.JS

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

Solving Testcases Senario #14

Closed felixfong227 closed 6 years ago

felixfong227 commented 6 years ago

Solve the TravisCI keep failing issue Issue: @felixfong227 acting stupid


Solution: Remvoing the NODE_ENV=production

Because when the NODE_ENV is set to production, Yarn or NPM wont't install the devDependencies, so with that said, ESLint and Jest won't be installed, but the test and lint command will still be run, but the tools is not yet installed 🤦‍♂️

moelrobi commented 6 years ago

We are currently testing the Travis CI Eviroment Issues.

We will keep you updated.

felixfong227 commented 6 years ago

image This issue has fixed ✅

felixfong227 commented 6 years ago

The issue is extended to https://github.com/AminoJS/Amino.JS/pull/17