2017-01-02 09:27:59 +00:00
|
|
|
language: csharp
|
|
|
|
solution: src/NzbDrone.sln
|
2017-01-15 10:39:00 +00:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- nodejs
|
2017-02-20 21:27:07 +00:00
|
|
|
# - npm apparently not needed anymore.
|
2017-01-15 10:39:00 +00:00
|
|
|
script:
|
2017-01-02 09:27:59 +00:00
|
|
|
- ./build.sh
|
2017-01-02 09:40:09 +00:00
|
|
|
- chmod +x test.sh
|
2017-01-02 10:25:28 +00:00
|
|
|
# - ./test.sh Linux Unit Takes far too long, maybe even crashes travis :/
|
2017-01-03 14:54:15 +00:00
|
|
|
after_success:
|
2017-01-03 15:04:41 +00:00
|
|
|
- chmod +x package.sh
|
2017-01-03 14:54:15 +00:00
|
|
|
- ./package.sh
|
2017-01-06 12:49:33 +00:00
|
|
|
notifications:
|
|
|
|
- webhooks: https://discordapp.com/api/webhooks/266910310219251712/V-QvCcnYkg3O8PMevcAJOJyCgrYkZQoF2pupLDGbaISNUECmYPd6LRwl3avKHsPyfgWP
|