2017-01-02 10:27:59 +01: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 10:40:09 +01:00
|
|
|
- chmod +x test.sh
|
2017-01-02 11:25:28 +01:00
|
|
|
# - ./test.sh Linux Unit Takes far too long, maybe even crashes travis :/
|
2017-01-02 10:27:59 +01:00
|
|
|
install:
|
|
|
|
- sudo apt-get install nodejs
|
|
|
|
- sudo apt-get install npm
|
2017-01-03 15:54:15 +01:00
|
|
|
after_success:
|
2017-01-03 16:04:41 +01:00
|
|
|
- chmod +x package.sh
|
2017-01-03 15:54:15 +01:00
|
|
|
- ./package.sh
|