From 5245aa481f117049480de35d6b8eb984701ae72f Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Tue, 22 Dec 2015 21:44:47 +0100 Subject: [PATCH] Revert ".travis.yml: Try to work around Travis CI" This reverts commit 3e6f33668ac3507812168b6118bcb05bee572c8c. --- .travis.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 283e17e..cedf4fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,10 @@ language: perl -sudo: false -addons: - apt: - packages: - - cowsay - - git - - libshell-command-perl - - libtest-most-perl - - ruby-ronn +before_install: + - cpanm Shell::Command + - cpanm Test::Most + - apt-get moo +install: + - sudo apt-get install cowsay git ruby-ronn script: - make test after_script: -- 2.39.2