From 0aaac7761ae212620dc5df6841593a856b7ea153 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 5 Nov 2016 08:53:59 -0600 Subject: [PATCH] Missing semicolon --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 31ca3cd..ed79557 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ os: dist: trusty before_install: - if [ `uname` = "Darwin" ]; then - brew tap sevki/homebrew-gcc_cross_compilers + brew tap sevki/homebrew-gcc_cross_compilers; brew update; brew install sevki/gcc_cross_compilers/x86_64-elf-binutils sevki/gcc_cross_compilers/x86_64-elf-gcc nasm; fi