Skip to content

Commit a2af259

Browse files
committed
dev
1 parent e9721f3 commit a2af259

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Chapters/TAGS/
44
TAGS/
55
TAGS
6-
/TAGS
6+
/TAGS

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
install:
1818
# Pillar installation
19-
- git clone https://github.com/pillar-markup/pillar.git # Clone pillar
19+
- git clone https://github.com/pillar-markup/pillar.git -b dev-7 # Clone pillar
2020
- cd pillar && ./scripts/build.sh && cd .. # Run pillar build script. Pillar will be built in `pwd`/build!
2121
- . pillar/scripts/ci/ensure_latex.sh # Install latex
2222
- ./pillar/scripts/ci/ensure_book_dependencies.sh # Install latex dependencies required by pillar

0 commit comments

Comments
 (0)