From 816f7e6509e4c025c42ed3fa18aed62d99a44567 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Mon, 8 May 2017 10:39:34 -0600 Subject: [PATCH] travis: re-enable flecsi test Ref. #35, flecsi doesn't need cereal anymore, so re-enable. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1e31e33..b903c29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ addons: - cmake - cmake-data - libopenmpi-dev -# - libcereal-dev - openmpi-bin - gcc-4.9 - g++-4.9 @@ -35,8 +34,8 @@ env: #maybe add mpich later - MPI=OFF TEST=laristra/cinch-nested-example - MPI=ON TEST=losalamos/vpic - MPI=OFF TEST=losalamos/vpic -# - MPI=ON TEST=laristra/flecsi GVER=5 -# - MPI=OFF TEST=laristra/flecsi GVER=5 + - MPI=ON TEST=laristra/flecsi GVER=5 + - MPI=OFF TEST=laristra/flecsi GVER=5 script: - git checkout -b cinch_current_commit