mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-29 02:55:38 +00:00
Fixed: Update Travis Builds to Use Node 8 LTS (#496)
* New: Bump node version in travis * fixup! Only require major
This commit is contained in:
parent
7093bde226
commit
66c524140d
1 changed files with 4 additions and 5 deletions
|
@ -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…
Reference in a new issue