You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/.travis.yml

19 lines
368 B

language: csharp
os:
- linux
- osx
solution: src/Lidarr.sln
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install yarn; fi
- nvm install 8
- nvm use 8
script:
- ./build.sh
- chmod +x test.sh
- ./test.sh Linux Unit
after_success:
- chmod +x package.sh
- ./package.sh