diff --git a/.travis.yml b/.travis.yml index 1992b7e7387..a4c4323de21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,5 +35,7 @@ script: - cd build - cmake -DPIO_HDF5_LOGGING=On -DPIO_USE_MALLOC=On -DPIO_ENABLE_LOGGING=On -DWITH_PNETCDF=Off -DPIO_ENABLE_TIMING=Off .. - make VERBOSE=1 + - make test VERBOSE=1 + - make clean VERBOSE=1