diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | before_script.sh | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d89a6d7..cb3ffca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ python: - "2.6" - "2.7" before_script: - - before_script.sh + - "./before_script.sh" install: - pip install -r wkhtmltopdf/tests/test_requirements.txt - pip install . diff --git a/before_script.sh b/before_script.sh index ed0b6b4..ed0b6b4 100644..100755 --- a/before_script.sh +++ b/before_script.sh |