From: David Given Date: Sun, 16 Oct 2016 18:10:24 +0000 (+0200) Subject: Don't need Lua any more. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=486cf9562f3bb946575ffc7f94e63d4e4dffe27c;p=ack.git Don't need Lua any more. --- diff --git a/.travis.yml b/.travis.yml index d8847a7ef..dc09d213b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,14 +2,12 @@ matrix: include: - os: linux - os: osx - before_install: - - brew update + addons: apt: packages: - ed - - lua5.1 - - liblua5.1-posix1 + git: depth: 10 language: c