From 7d829952606932bff5dbb679fe6801fdfaec896d Mon Sep 17 00:00:00 2001 From: Ben Corbett <32752943+corbett5@users.noreply.github.com> Date: Wed, 17 Jun 2020 15:56:48 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a087b4876f3..60aae9e394f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: minimal env: global: - - GEOSX_TPL_TAG=113-422 + - GEOSX_TPL_TAG=114-424 # The integrated test repository contains large data (using git lfs) and we do not use them here. # To save time (and money) we do not let travis automatically clone all our (lfs) subrepositories and do it by hand.