From 097982334cf0258289b9141c05fa5cb176668639 Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Mon, 2 Jan 2017 10:40:09 +0100 Subject: [PATCH] Update .travis.yml Fixed syntax for test.sh --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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