Skip to content

Commit

Permalink
fix: pkg: remove "unbound variable" error in some matrix paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaab committed Feb 12, 2019
1 parent 510323b commit 8dcf9bb
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 @@ -81,7 +81,7 @@ dist_check:
EOF
- |
cd /tmp
echo PYTHONPATH: $PYTHONPATH
echo PYTHONPATH: "${PYTHONPATH:-<empty>}"
python -c 'import shyaml'
- |
[ -e /tmp/not-installed ] || {
Expand Down

0 comments on commit 8dcf9bb

Please sign in to comment.