diff options
author | mattack108 <matt.lenc@gmail.com> | 2013-01-17 10:20:57 +0000 |
---|---|---|
committer | mattack108 <matt.lenc@gmail.com> | 2013-01-17 10:20:57 +0000 |
commit | 155fef5b5638fd20b76b69aa492e634ceb0316dc (patch) | |
tree | 8ad3ceb614c7528090a35cafa4e985fe45cdf418 | |
parent | 28531169c5768d1a2bc810b2c9a322345e666550 (diff) | |
download | django-wkhtmltopdf-155fef5b5638fd20b76b69aa492e634ceb0316dc.tar.gz django-wkhtmltopdf-155fef5b5638fd20b76b69aa492e634ceb0316dc.tar.bz2 django-wkhtmltopdf-155fef5b5638fd20b76b69aa492e634ceb0316dc.zip |
Change file permission
-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 |