diff --git a/.travis_build.sh b/.travis_build.sh index 17c9419..0af2279 100755 --- a/.travis_build.sh +++ b/.travis_build.sh @@ -15,10 +15,10 @@ cd build # Run the configuration script ../configure -# Build and run any tests +# Build the sourcecode make V=0 -make check # Verify that the distribution works +# This also runs any tests make distcheck