From 5a99011886018f972727e51f5c6140dafe2b5f21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric?= Date: Tue, 20 Mar 2018 11:31:57 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 39524fc..5353431 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,8 @@ matrix: - ls -latr - language: python python: 2.7 + before_script: + - chmod +x /tests/tools/lintAllPythonFiles.sh install: - pip install pylint script: @@ -22,8 +24,8 @@ matrix: - ./tests/tools/lintAllPythonFiles.sh - language: markdown before_script: - - chmod +x setCustomMDWarnings.sh - - chmod +x spellCheckMD.sh + - chmod +x /tests/tools/setCustomMDWarnings.sh + - chmod +x /tests/tools/spellCheckMD.sh addons: apt: packages: