From c4b882e1e1f5a9782c250200228bc960db0043a7 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 16 Apr 2017 22:20:48 +0300 Subject: [PATCH] Add a Travis dep --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b57fbb10..753055fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ before_install: - sudo apt-get install -y ack-grep cpanminus libperl-dev make perl python-glade2 python-gnome2 python-gnome2-dev python-gtk2 python-setuptools python-tk python3 python3-pip python3-setuptools - sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep install: - - sudo cpanm Test::TrailingSpace + - sudo cpanm Test::Differences Test::TrailingSpace - sudo -H `which python3` -m pip install flake8 - which python script: "sh -x scripts/travis-ci-build"