diff options
-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 |