nobt-io / frontend

Frontend of nobt.io.
https://nobt.io
GNU General Public License v3.0
10 stars 4 forks source link

Don't hardcode node-js version in .travis.yml #149

Closed thomaseizinger closed 5 years ago

thomaseizinger commented 5 years ago

Travis has support for .nvmrc and will use the node version stated in this file. We should make use of that instead of hardcoding a node version in the .travis.yml file.