summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTong Hui <tonghuix@gmail.com>2016-10-06 22:37:08 +0800
committerTong Hui <tonghuix@gmail.com>2016-10-06 22:37:08 +0800
commit11af5fe19e83f5cb061c7f040c3bac491d60237d (patch)
tree8212bdd41434c1eb1b0795250f3d96082bf8aa13
parent641064d4f7fd1e8f387e972b9a83461289ce7830 (diff)
downloadfsfs-zh-11af5fe19e83f5cb061c7f040c3bac491d60237d.tar.xz
remove multimarkdown install script
-rw-r--r--.travis.yml1
-rwxr-xr-xinstall.multimarkdown.sh9
2 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index e04a1c6..6f640cc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,6 @@ before_script:
- lsb_release -a
- sudo apt-get update
- "./install.latex.ubuntu.sh"
- - "./install.multimarkdown.sh"
- wget https://github.com/jgm/pandoc/releases/download/1.17.2/pandoc-1.17.2-1-amd64.deb
- sudo dpkg -i *.deb
diff --git a/install.multimarkdown.sh b/install.multimarkdown.sh
deleted file mode 100755
index 366a827..0000000
--- a/install.multimarkdown.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-git clone git://github.com/fletcher/multimarkdown-5.git
-cd multimarkdown-5
-git submodule init
-git submodule update
-make
-cd build
-make && sudo make install