Fixed typo

This commit is contained in:
xawotihs
2015-10-11 14:21:09 +02:00
parent b458d570a1
commit b8d22240a8

View File

@@ -38,7 +38,7 @@ before_install:
fi
# Building for SDL here
- if [ "$BUILD_SDL" == "YES" ]; then
sudo apt-get install -qq sdl2-dev &&
sudo apt-get install -qq sdl2-dev;
fi
install: