Skip to content

Commit 1e0dec0

Browse files
committed
Temporarily changed .travis.yml to point to the chargedAT branch
1 parent 4e17060 commit 1e0dec0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ before_install:
2121
- conda info -a
2222
# Clone RMG-database
2323
- git clone https://github.com/ReactionMechanismGenerator/RMG-database.git
24-
- cd RMG-Py
24+
- cd RMG-database
25+
- git checkout chargedAT
26+
- cd ../RMG-Py/
2527

2628
install:
2729
- conda env create -q -f environment_linux.yml

0 commit comments

Comments
 (0)