diff --git a/.travis.yml b/.travis.yml index 716b747..a1e6cb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ before_install: - sudo apt-get update -qq -y - sudo apt-get install gfortran liblapack-dev libblas-dev automake autoconf libtool -y script: - - sh autogen.sh && make && make check + - sh autogen.sh && make && make check && make distcheck