]> granicus.if.org Git - fortune-mod/commitdiff
fix deps
authorShlomi Fish <shlomif@shlomifish.org>
Fri, 5 Oct 2018 08:48:09 +0000 (11:48 +0300)
committerShlomi Fish <shlomif@shlomifish.org>
Fri, 5 Oct 2018 08:48:09 +0000 (11:48 +0300)
.travis.yml

index 8ac25afcadf1acd22d1611c3f4242a5ba53873c1..50ada287fee90edc06df1e845dc2e234563da857 100644 (file)
@@ -2,7 +2,7 @@ os: linux
 dist: trusty
 before_install:
     - sudo apt-get update -qq
-    - sudo apt-get install -y cmake cpanminus gcc libperl-dev librecode-dev perl make valgrind
+    - sudo apt-get --no-install-recommends install -y cmake cpanminus gcc libperl-dev librecode-dev perl make valgrind
     - sudo cpanm File::Find::Object IO::All List::Util Test::Differences Test::RunValgrind
     - ( a="$(pwd)"; tgt="fortune-mod/cmake/"; mkdir B2 && cd B2 && hg clone https://bitbucket.org/shlomif/shlomif-cmake-modules && cd shlomif-cmake-modules/shlomif-cmake-modules && cp -f "$(pwd)"/Shlomif_Common.cmake "$a"/"$tgt"/ )
 script: