diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-16 17:19:38 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-16 17:21:05 -0800 |
commit | 8641342054e886517461b667b1cd30c768f543bf (patch) | |
tree | ba69e9f93bc1c110a553ee224c9d23d35ff4d44f | |
parent | 6d27272e8b4eef0d8d4104a2922667cac1cc3247 (diff) |
Travis: use 'make testtarball', install pandoc.
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
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 |