Skip to content

Commit

Permalink
references #17, fix travis docs - attempt 6
Browse files Browse the repository at this point in the history
  • Loading branch information
algrebe committed Dec 20, 2016
1 parent 9429b3f commit f49894d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ install:
script:
- echo "no tests yet"
before_install:
- "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"
- "sudo dpkg -i $TRAVIS_BUILD_DIR/pandoc.deb"
- "rm $TRAVIS_BUILD_DIR/pandoc.deb"
- "echo `pwd`"
- "pandoc --version"
- "pandoc --from=markdown --to=rst --output=$TRAVIS_BUILD_DIR/README.rst README.md"
- "ls -alhrt README*"
deploy:
Expand Down

0 comments on commit f49894d

Please sign in to comment.