Travis: fix syntax error in Dockerfiles

This commit is contained in:
Tobias Junghans
2017-10-18 18:25:36 +02:00
parent 4730f8b068
commit 57a53feadd
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ RUN \
qt4-linguist-tools \
g++-mingw-w64 \
qt5base-mingw-w64 \
sdl-mingw-w64
sdl-mingw-w64 \
libvorbis-mingw-w64 \
fluidsynth-mingw-w64 \
stk-mingw-w64 \

View File

@@ -16,7 +16,7 @@ RUN \
qt4-linguist-tools \
g++-mingw-w64 \
qt5base-mingw-w64 \
sdl-mingw-w64
sdl-mingw-w64 \
libvorbis-mingw-w64 \
fluidsynth-mingw-w64 \
stk-mingw-w64 \