From 22ef544615fccbd70f420ed33a77838b55cd373a Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Mon, 13 Apr 2015 20:09:45 +0200 Subject: [PATCH] next try, forgot to call autogen, added perl stuff for unit tests --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 03d78e9..2a51ec9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,13 @@ before_install: - make - sudo make install - cd .. + - ./autogen.sh + - cpanm Test::More IPC::Open3 Config::General Tie::IxHash compiler: - clang - gcc script: - ./configure - - make \ No newline at end of file + - make + - make check + - make test