Update data for Travis

This commit is contained in:
Paul Romano 2016-08-26 09:11:01 -05:00
parent 94e8538ebd
commit 6b151e3563

View file

@ -42,7 +42,7 @@ install: true
before_script:
- if [[ ! -e $HOME/nndc_hdf5/cross_sections.xml ]]; then
wget https://www.dropbox.com/s/6cvzl80lpkar87f/nndc_hdf5.tar.xz -O - | tar -C $HOME -xvJ;
wget https://anl.box.com/shared/static/68b2yhu8e6mx1f6hnbzz9mxsgg42d9ls.xz -O - | tar -C $HOME -xvJ;
fi
- export OPENMC_CROSS_SECTIONS=$HOME/nndc_hdf5/cross_sections.xml