File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11set -x # Show which command is being run
2+ set -e # abort on errors
23
34case $TRAVIS_OS_NAME in
45linux)
@@ -45,4 +46,4 @@ echo "suppressStreamLogging = True" >> $HOME/.config/yt/ytrc
4546cat $HOME /.config/yt/ytrc
4647cp tests/matplotlibrc .
4748
48- set +x # Do not show which command is being run (Travis default)
49+ set +x # Do not show which command is being run (Travis default)
Original file line number Diff line number Diff line change 11set -x # Show which command is being run
2+ set -e # abort on errors
23
34echo " Travis build stage: $TRAVIS_BUILD_STAGE_NAME "
45
4243# Step 3: install yt
4344$PIP install -e .
4445
45- set +x # Do not show which command is being run (Travis default)
46+ set +x # Do not show which command is being run (Travis default)
You can’t perform that action at this time.
0 commit comments