Hey Insist,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.
Node.js: 7.7
npm test
```
> pokemon-showdown@0.11.2 test /home/travis/build/HoeenCoder/Wavelength
> eslint --cache . && mocha
/home/travis/build/HoeenCoder/Wavelength/wavelength-plugins/factions.js
59:62 error 'moneyName' is not defined no-undef
59:86 error 'moneyPlural' is not defined no-undef
✖ 2 problems (2 errors, 0 warnings)
npm ERR! Test failed. See above for more details.
```
Travis tests have failed
Hey Insist, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.
Node.js: 7.7
npm test
``` > pokemon-showdown@0.11.2 test /home/travis/build/HoeenCoder/Wavelength > eslint --cache . && mocha /home/travis/build/HoeenCoder/Wavelength/wavelength-plugins/factions.js 59:62 error 'moneyName' is not defined no-undef 59:86 error 'moneyPlural' is not defined no-undef ✖ 2 problems (2 errors, 0 warnings) npm ERR! Test failed. See above for more details. ```