Skip to content

Commit

Permalink
travis: re-enable flecsi test
Browse files Browse the repository at this point in the history
Ref. #35, flecsi doesn't need cereal anymore, so re-enable.
  • Loading branch information
junghans committed May 8, 2017
1 parent d12e0de commit 816f7e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ addons:
- cmake
- cmake-data
- libopenmpi-dev
# - libcereal-dev
- openmpi-bin
- gcc-4.9
- g++-4.9
Expand All @@ -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
Expand Down

0 comments on commit 816f7e6

Please sign in to comment.