From 7bf09e83b31f9824bb3557c481e95c0fa43cdc0d Mon Sep 17 00:00:00 2001 From: Tong Hui Date: Fri, 30 Sep 2016 21:23:47 +0800 Subject: add Travis support --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 543f068..331536f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,9 @@ dist: trusty before_script: - uname -a - lsb_release -a - - install.latex.ubuntu.sh - - install.multimarkdown.sh + - sudo apt-get update + - ./install.latex.ubuntu.sh + - ./install.multimarkdown.sh - sudo apt-get -y install pandoc script: - make pdf -- cgit v1.2.3