We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9429b3f + f49894d commit 25d72e1Copy full SHA for 25d72e1
1 file changed
.travis.yml
@@ -6,8 +6,11 @@ install:
6
script:
7
- echo "no tests yet"
8
before_install:
9
- - "sudo apt-get install pandoc"
+ - "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"
12
- "echo `pwd`"
13
+ - "pandoc --version"
14
- "pandoc --from=markdown --to=rst --output=$TRAVIS_BUILD_DIR/README.rst README.md"
15
- "ls -alhrt README*"
16
deploy:
0 commit comments