Skip to content

Commit 655d229

Browse files
committed
Update travis config
1 parent 90a31cb commit 655d229

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

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

77
smalltalk:
8-
- Pharo-7.0
8+
- Pharo64-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,11 +16,11 @@ env:
1616

1717
install:
1818
# Pillar installation
19-
- git clone https://github.com/pillar-markup/pillar.git -b v7.4.1 # Clone pillar before worked with dev-7
19+
- git clone https://github.com/pillar-markup/pillar.git -b v7.7.1 # Clone pillar before worked with dev-7
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
23-
23+
2424
script:
2525
- ./pillar/build/pillar build pdf
2626

0 commit comments

Comments
 (0)