Fixed: Update Travis Builds to Use Node 8 LTS (#496)

* New: Bump node version in travis

* fixup! Only require major
pull/6/head
Qstick 6 years ago committed by GitHub
parent 7093bde226
commit 66c524140d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,11 +1,10 @@
language: csharp
solution: src/Lidarr.sln
addons:
apt:
packages:
- nodejs
# - npm apparently not needed anymore.
install:
- nvm install 8
- nvm use 8
script:
- node --version
- ./build.sh
- chmod +x test.sh
- ./test.sh Linux Unit

Loading…
Cancel
Save