From 4a6b779bf0bbce3ae6903cf09dcad442fce8ca18 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Thu, 14 Mar 2019 06:24:59 -0600 Subject: [PATCH] more travis work --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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