mirror of
https://github.com/Radarr/Radarr
synced 2024-12-24 08:52:38 +00:00
Update .travis.yml
Fixed syntax for test.sh
This commit is contained in:
parent
be6e6b910e
commit
097982334c
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ language: csharp
|
||||||
solution: src/NzbDrone.sln
|
solution: src/NzbDrone.sln
|
||||||
script: # the following commands are just examples, use whatever your build process requires
|
script: # the following commands are just examples, use whatever your build process requires
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
- ./test.sh
|
- chmod +x test.sh
|
||||||
|
- ./test.sh Linux Unit
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install nodejs
|
- sudo apt-get install nodejs
|
||||||
- sudo apt-get install npm
|
- sudo apt-get install npm
|
||||||
|
|
Loading…
Reference in a new issue