Skip to content

Commit 0540ef2

Browse files
committed
Fix missing semicolon in compound shell command.
1 parent 3da454f commit 0540ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ before_install:
4949
osx)
5050
MYMCBUNDLE=Miniconda-latest-MacOSX-x86_64.sh ;;
5151
*)
52-
echo "Unsupported operating system." >&2
52+
echo "Unsupported operating system." >&2;
5353
exit 2 ;;
5454
esac
5555

0 commit comments

Comments
 (0)