From 8641342054e886517461b667b1cd30c768f543bf Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 16 Nov 2014 17:19:38 -0800 Subject: Travis: use 'make testtarball', install pandoc. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ae926e4..3fdc253 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ compiler: - gcc before_install: - sudo apt-get update -qq - - sudo apt-get install -qq re2c + - sudo apt-get install -qq re2c pandoc script: - - make archive - - make testarchive + - make testtarball -- cgit v1.2.3