Radarr/.travis.yml

9 lines
239 B
YAML
Raw Normal View History

language: csharp
solution: src/NzbDrone.sln
script: # the following commands are just examples, use whatever your build process requires
- ./build.sh
- ./test.sh
install:
- sudo apt-get install nodejs
- sudo apt-get install npm