Remove redundant make check from Travis build

make distcheck already runs make check in the new location, so any
failures should start showing up there.

[skip ci]
feature/test-new-mem-api
nirenjan 2017-08-11 18:19:29 -07:00
parent 3eb837df1b
commit b9a7e5de1f
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@ cd build
# Run the configuration script # Run the configuration script
../configure ../configure
# Build and run any tests # Build the sourcecode
make V=0 make V=0
make check
# Verify that the distribution works # Verify that the distribution works
# This also runs any tests
make distcheck make distcheck