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

* New: Bump node version in travis

* fixup! Only require major
pull/497/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 language: csharp
solution: src/Lidarr.sln solution: src/Lidarr.sln
addons: install:
apt: - nvm install 8
packages: - nvm use 8
- nodejs
# - npm apparently not needed anymore.
script: script:
- node --version
- ./build.sh - ./build.sh
- chmod +x test.sh - chmod +x test.sh
- ./test.sh Linux Unit - ./test.sh Linux Unit

Loading…
Cancel
Save