File size: 285 Bytes
0558c72 | 1 2 3 4 5 6 | # Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
# This test will validate all of the NeuroML 2 files in the current directory using: jnml -validate *.nml
target: "../*Network.net.nml"
engine: jNeuroML_validate
|