Skip to content

Commit db25698

Browse files
authored
Update .travis.yml
1 parent d8453bd commit db25698

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ script:
6464
- omv install NEURON
6565
- pip install jinja2
6666
- cd ../NMC/parser
67-
- /home/travis/neuron/nrn/x86_64/bin/nrnivmodl ../NEURON/ # compile mod files for use here
67+
- nrnivmodl ../NEURON/ # compile mod files for use here; nrnivmodl installed with Neuron via pip
6868
- python ParseAll.py
6969
- omv list -V
7070

0 commit comments

Comments
 (0)