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
|