Skip to content

Commit 2eaaf1a

Browse files
committed
70 + v7.4.1
1 parent 98270ae commit 2eaaf1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ os:
55
- linux
66

77
smalltalk:
8-
- Pharo-6.1
8+
- Pharo-7.0
99

1010
# Unit tests run the normal pillar tests
1111
# Integration tests test that pillar itself can interact with generated files, pdf generation, etc.
@@ -16,7 +16,7 @@ env:
1616

1717
install:
1818
# Pillar installation
19-
- git clone https://github.com/pillar-markup/pillar.git -b dev-7 # Clone pillar
19+
- git clone https://github.com/pillar-markup/pillar.git -b v7.4.1 # 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)