Skip to content

Commit

Permalink
ci: Install 'wine' properly
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Mar 20, 2017
1 parent 936a0fd commit 4ab7ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_install:
- sudo apt-get install --yes --force-yes ${VALAC} libglib2.0-bin
libglib2.0-dev libsoup2.4-dev libfcgi-dev python3-pip gcovr libgee-0.8-dev
libctpl-dev libjson-glib-dev libmemcached-dev libmarkdown2-dev
liblua5.2-dev valgrind $([[ -n ${CROSS} ]] && echo gcc-${CROSS} wine1.6)
liblua5.2-dev valgrind $([[ -n ${CROSS} ]] && echo gcc-${CROSS} wine)
- pip3 install meson sphinx sphinx_rtd_theme PyYAML
- wget https://github.com/ninja-build/ninja/releases/download/v1.6.0/ninja-linux.zip
- unzip ninja-linux.zip -d ${HOME}/.local/bin
Expand Down

0 comments on commit 4ab7ccf

Please sign in to comment.