From b8fe881bc514f719325e36580f364e4f7e675473 Mon Sep 17 00:00:00 2001 From: Colin Grambow Date: Tue, 19 May 2020 17:38:42 -0400 Subject: [PATCH] TEMPORARY TRAVIS COMMIT --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 30791fe573..1eea04765d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ jobs: - stage: test install: # This is the RMG-database project, so need to fetch RMG-Py - - git clone https://github.com/ReactionMechanismGenerator/RMG-Py.git + - git clone -b update_atom_enthalpies https://github.com/ReactionMechanismGenerator/RMG-Py.git - cd RMG-Py - conda env create -q -f environment.yml - source activate rmg_env