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 98270ae commit 2eaaf1aCopy full SHA for 2eaaf1a
.travis.yml
@@ -5,7 +5,7 @@ os:
5
- linux
6
7
smalltalk:
8
- - Pharo-6.1
+ - Pharo-7.0
9
10
# Unit tests run the normal pillar tests
11
# Integration tests test that pillar itself can interact with generated files, pdf generation, etc.
@@ -16,7 +16,7 @@ env:
16
17
install:
18
# Pillar installation
19
- - git clone https://github.com/pillar-markup/pillar.git -b dev-7 # Clone pillar
+ - git clone https://github.com/pillar-markup/pillar.git -b v7.4.1 # 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