Skip to content

Commit 9431981

Browse files
committed
Fix missing semicolon in compound shell command.
1 parent 217b712 commit 9431981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ before_install:
4545
osx)
4646
MYMCBUNDLE=Miniconda-latest-MacOSX-x86_64.sh ;;
4747
*)
48-
echo "Unsupported operating system." >&2
48+
echo "Unsupported operating system." >&2;
4949
exit 2 ;;
5050
esac
5151

0 commit comments

Comments
 (0)