mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-06 02:52:41 +01:00
941b3bd701
* Remove example warning as it does not apply * Modify the way apt packages work in .travis.yml By modifying the way apt packages work (remove the need to directly require sudo), the builds can now run on container-based infrastructure.
17 lines
428 B
YAML
17 lines
428 B
YAML
language: csharp
|
|
solution: src/NzbDrone.sln
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- nodejs
|
|
- npm
|
|
script:
|
|
- ./build.sh
|
|
- chmod +x test.sh
|
|
# - ./test.sh Linux Unit Takes far too long, maybe even crashes travis :/
|
|
after_success:
|
|
- chmod +x package.sh
|
|
- ./package.sh
|
|
notifications:
|
|
- webhooks: https://discordapp.com/api/webhooks/266910310219251712/V-QvCcnYkg3O8PMevcAJOJyCgrYkZQoF2pupLDGbaISNUECmYPd6LRwl3avKHsPyfgWP
|