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: