From 50d9cd22c9fc4ce6a28fad44dc4407b846791c5b Mon Sep 17 00:00:00 2001 From: John Tramm Date: Tue, 21 Jan 2020 14:30:39 +0000 Subject: [PATCH] adjusted travis tests. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 221b42786e..a390bd1a08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,9 @@ matrix: - python: "3.7" env: OMP=y MPI=y PHDF5=y DAGMC=y - python: "3.7" - env: OMP=y MPI=y PHDF5=y EVENT=y + env: OMP=y MPI=n PHDF5=n EVENT=y + - python: "3.7" + env: OMP=n MPI=y PHDF5=n EVENT=y notifications: webhooks: https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN install: