From fe567280c2032284a7c23223d99c365bf56d2581 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Sun, 15 May 2016 19:40:48 -0700 Subject: travis-ci: run our new tests as well. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6e46368..af7bd17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,11 @@ env: install: - sudo apt-get update - sudo apt-get install -qq -y $LUA luarocks cppcheck + - sudo apt-get install -qq -y cpanminus libipc-run3-perl > build.log 2>&1 || (cat build.log && exit 1) + - sudo cpanm --notest Test::Base Test::LongString > build.log 2>&1 || (cat build.log && exit 1) script: - cppcheck --force --error-exitcode=1 --enable=warning . > build.log 2>&1 || (cat build.log && exit 1) - make + - prove -Itests tests - sh runtests.sh -- cgit v1.2.3-55-g6feb