Skip to content

Commit 25d72e1

Browse files
authored
Merge pull request #24 from algrebe/travis-readme-fix
references #17, fix travis docs - attempt 6
2 parents 9429b3f + f49894d commit 25d72e1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ install:
66
script:
77
- echo "no tests yet"
88
before_install:
9-
- "sudo apt-get install pandoc"
9+
- "wget https://github.com/jgm/pandoc/releases/download/1.19.1/pandoc-1.19.1-1-amd64.deb -O $TRAVIS_BUILD_DIR/pandoc.deb"
10+
- "sudo dpkg -i $TRAVIS_BUILD_DIR/pandoc.deb"
11+
- "rm $TRAVIS_BUILD_DIR/pandoc.deb"
1012
- "echo `pwd`"
13+
- "pandoc --version"
1114
- "pandoc --from=markdown --to=rst --output=$TRAVIS_BUILD_DIR/README.rst README.md"
1215
- "ls -alhrt README*"
1316
deploy:

0 commit comments

Comments
 (0)