From 96929e09484b63d4f46d62a22ab3275f391a7442 Mon Sep 17 00:00:00 2001 From: echel0n Date: Sat, 13 Dec 2014 16:14:56 -0800 Subject: [PATCH] fixed yet another typo in travis-cl yaml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 033ccc5b..e87c996c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: - pip install cheetah before_script: - - chmod +x /tests/all_tests.py + - chmod +x ./tests/all_tests.py script: - ./tests/all_tests.py