We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86edaec commit 6368096Copy full SHA for 6368096
.travis.yml
@@ -15,14 +15,11 @@ jobs:
15
include:
16
- stage: moban
17
script:
18
- - sed -i "s/{{ \(\w*\) | repr }}/'{{ \1 }}'/;s/{%- \(for\|endfor\)/{% \1/" ~/.moban/sphinx/sphinx/templates/quickstart/conf.py_t
19
- moban -m local.yml
20
- git diff --exit-code
21
22
stage: test
23
24
-before_script:
25
-
26
27
- find templates/ -type f -name '*.jj2' -exec echo '{}' \;|sed -e "s/templates\//{%include \"/" -e "s/$/\" %}/" > test.file
28
- moban -c config/data.yml -t test.file -td templates .
0 commit comments