From a97779d5497ab4f68a686f1b0dee54d1f9df1677 Mon Sep 17 00:00:00 2001 From: Sterling Harper Date: Thu, 13 Jul 2017 11:32:45 -0400 Subject: [PATCH] Split CI builds into 4 different configurations --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 22408b72ef..64fbdc9df2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,10 @@ cache: - $HOME/nndc_hdf5 env: - OPENMC_CONFIG="check_source" - - OPENMC_CONFIG="^hdf5-debug$|^omp-hdf5-debug$" - - OPENMC_CONFIG="^mpi-hdf5-debug$|^phdf5-debug$" + - OPENMC_CONFIG="^hdf5-debug$" + - OPENMC_CONFIG="^omp-hdf5-debug$" + - OPENMC_CONFIG="^mpi-hdf5-debug$" + - OPENMC_CONFIG="^phdf5-debug$" # We aren't testing the check_source script so just run it with Python 3. matrix: