diff --git a/.travis.yml b/.travis.yml index 20d0a7699..93bdbb47d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: csharp solution: src/NzbDrone.sln script: # the following commands are just examples, use whatever your build process requires - ./build.sh - - ./test.sh + - chmod +x test.sh + - ./test.sh Linux Unit install: - sudo apt-get install nodejs - sudo apt-get install npm