1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 03:52:33 +02:00

Create .travis.yml

Should enable automatically testing.
This commit is contained in:
Leonardo Galli 2017-01-02 10:27:59 +01:00 committed by GitHub
parent ff6c3b70d3
commit 31b9ec1116

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
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
- sudo ln -s /usr/bin/nodejs /usr/bin/node