2017-01-02 09:27:59 +00:00
|
|
|
language: csharp
|
|
|
|
solution: src/NzbDrone.sln
|
|
|
|
script: # the following commands are just examples, use whatever your build process requires
|
|
|
|
- ./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-02 09:27:59 +00:00
|
|
|
install:
|
|
|
|
- sudo apt-get install nodejs
|
|
|
|
- sudo apt-get install npm
|
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
|