From d2e1d15f6a50d3e3e2a8d3497e51c4fef59e3f90 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 3 Sep 2015 11:21:04 +0200 Subject: [PATCH] Modify travis-ci tests so that it runs make distcheck Allowing to both check that the distfile is sane and run the tests --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 963895a..447d74e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,8 @@ compiler: script: - sh ./autogen.sh - - ./configure --prefix=/usr - - make - - make check + - ./configure + - make distcheck notifications: email: false