1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

core: add missing semicolon in .travis.yml

This commit is contained in:
Sébastien Helleu
2014-05-05 22:37:52 +02:00
parent c119c2b8ac
commit ce189fdd2d
+1 -1
View File
@@ -1,7 +1,7 @@
language: c
before_script:
- echo 'APT::Install-Recommends "false"' | sudo tee -a /etc/apt/apt.conf
- echo 'APT::Install-Recommends "false";' | sudo tee -a /etc/apt/apt.conf
- sudo apt-get update -qq
- sudo apt-get -y install devscripts equivs python-pip libenchant-dev
- sudo mk-build-deps -i debian/control