From 11af5fe19e83f5cb061c7f040c3bac491d60237d Mon Sep 17 00:00:00 2001 From: Tong Hui Date: Thu, 6 Oct 2016 22:37:08 +0800 Subject: remove multimarkdown install script --- .travis.yml | 1 - install.multimarkdown.sh | 9 --------- 2 files changed, 10 deletions(-) delete mode 100755 install.multimarkdown.sh 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 -- cgit v1.2.3