Skip to content

Commit a5b3d0e

Browse files
committed
Fix missing semicolon in compound shell command.
1 parent 995a580 commit a5b3d0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ before_install:
3737
osx)
3838
MYMCBUNDLE=Miniconda-latest-MacOSX-x86_64.sh ;;
3939
*)
40-
echo "Unsupported operating system." >&2
40+
echo "Unsupported operating system." >&2;
4141
exit 2 ;;
4242
esac
4343

0 commit comments

Comments
 (0)