Skip to content

Commit

Permalink
Update data for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
paulromano committed Aug 26, 2016
1 parent 94e8538 commit 6b151e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6b151e3

Please sign in to comment.