Commit fd2ee008 by Feanil Patel

Merge pull request #1985 from edx/feanil/fix_travis

Fix travis.
parents 095349fb e135f8b9
......@@ -29,7 +29,7 @@ script:
- |
pushd playbooks
for j2 in $(git diff --name-only refs/heads/master..$(git rev-parse --abbrev-ref HEAD) |grep -E '.+\.j2$|.+\.yml'); do
python ../util/jinja_check.py ../$j2
python ../tests/jinja_check.py ../$j2
if [[ $? -ne 0 ]]; then
echo "Jinja parsing error on $j2"
exit 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment