From 155fef5b5638fd20b76b69aa492e634ceb0316dc Mon Sep 17 00:00:00 2001 From: mattack108 Date: Thu, 17 Jan 2013 10:20:57 +0000 Subject: Change file permission --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 . -- cgit v1.2.3