We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9721f3 commit a2af259Copy full SHA for a2af259
.gitignore
@@ -3,4 +3,4 @@
3
Chapters/TAGS/
4
TAGS/
5
TAGS
6
-/TAGS
+/TAGS
.travis.yml
@@ -16,7 +16,7 @@ env:
16
17
install:
18
# Pillar installation
19
- - git clone https://github.com/pillar-markup/pillar.git # Clone pillar
+ - git clone https://github.com/pillar-markup/pillar.git -b dev-7 # Clone pillar
20
- cd pillar && ./scripts/build.sh && cd .. # Run pillar build script. Pillar will be built in `pwd`/build!
21
- . pillar/scripts/ci/ensure_latex.sh # Install latex
22
- ./pillar/scripts/ci/ensure_book_dependencies.sh # Install latex dependencies required by pillar
0 commit comments