From f6759617fabfdb76d0c6368599ebb642f9781efc Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 3 Dec 2018 20:38:18 +0200 Subject: [PATCH] travis fix --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 50ada28..a4950a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ os: linux -dist: trusty +dist: xenial before_install: - sudo apt-get update -qq - 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: - "mkdir B && cd B && cmake ../fortune-mod && make && make check && cd .." - "rm -fr B" -- 2.40.0