You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/.travis.yml

14 lines
227 B

language: csharp
solution: src/Lidarr.sln
install:
- nvm install 8
- nvm use 8
script:
- node --version
- ./build.sh
- chmod +x test.sh
- ./test.sh Linux Unit
after_success:
- chmod +x package.sh
- ./package.sh