From 62a29c9563ffe2cc813c198bc56be6ab524ebc6e Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Mon, 1 Oct 2018 10:47:23 -0500 Subject: [PATCH] Removing old MOAB version variable. --- tools/ci/travis-install.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/ci/travis-install.py b/tools/ci/travis-install.py index a3503bd86..bbf92b2f5 100644 --- a/tools/ci/travis-install.py +++ b/tools/ci/travis-install.py @@ -2,8 +2,6 @@ import os import shutil import subprocess -MOAB_VERSION= '5.0' - def which(program): def is_exe(fpath): return os.path.isfile(fpath) and os.access(fpath, os.X_OK)