From 5d73b72675e9a37d76cc949d6b6bbd6c72d69bb3 Mon Sep 17 00:00:00 2001 From: alongd Date: Thu, 9 Feb 2017 11:20:19 -0500 Subject: [PATCH] Temporarily change .travis.yml travis branch to point towards nitrogen branch instead of master --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a67f224fd35..644796a780b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,9 @@ before_install: - conda update --yes conda - cd .. - git clone https://github.com/ReactionMechanismGenerator/RMG-database.git - - cd RMG-Py + - cd RMG-database + - git checkout nitrogen + - cd ../RMG-Py install: - conda env create -f environment_linux.yml