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