mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
* Add missing progress functions * eslint fails so disable * Correct case * Fix copy commands * Set up travis
15 lines
305 B
YAML
15 lines
305 B
YAML
language: csharp
|
|
solution: src/Lidarr.sln
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- nodejs
|
|
# - npm apparently not needed anymore.
|
|
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
|