From: Richard Hartmann Date: Mon, 23 Feb 2015 15:47:42 +0000 (+0100) Subject: .travis.yml: Add build dep on libshell-command-perl X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/1a7ec512ee5ec4516662f5aaf3c23bded83cd6d9 .travis.yml: Add build dep on libshell-command-perl --- diff --git a/.travis.yml b/.travis.yml index 6c85d5a..471e4e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: perl install: - - sudo apt-get install git ruby-ronn + - sudo apt-get install git ruby-ronn libshell-command-perl script: - make test