remove output suppression for get_nndc

This commit is contained in:
Bryan Herman 2015-02-17 21:42:31 -05:00
parent 65b265401f
commit f63e3ac73c

View file

@ -14,7 +14,7 @@ before_install:
before_script:
- cd data
- ./get_nndc_data.py --batch > /dev/null 2>&1
- ./get_nndc_data.py --batch
- export CROSS_SECTIONS=$PWD/nndc/cross_sections.xml
- cd ..