tmijs / tmi.js

💬 Javascript library for the Twitch Messaging Interface. (Twitch.tv)
https://tmijs.com
MIT License
1.54k stars 216 forks source link

.travis.yml: Set minimum node version #428

Closed TzuHsuan closed 3 years ago

TzuHsuan commented 3 years ago

Not super versed with Travis, but it seems to be building with node 7 without a .travis.yml file, which then fails because the use of object spread and import.

Created a barebones config so it uses node 10, also updated .node-version though I'm not sure if it is used anywhere.

TzuHsuan commented 3 years ago

oops, guess the title should've been in the commit message, let me fix that and come back.

AlcaDesign commented 3 years ago

I've set up test builds with GitHub Actions. If Travis is still working it's unintentional.