1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

core: .travis.yml: install build-depedencies as said in debian/control.

This commit is contained in:
Mikaela Suomalainen
2014-05-03 21:44:38 +03:00
parent 3db53f6ed2
commit f67b3dc24a
+1 -1
View File
@@ -2,7 +2,7 @@ language: c
before_install:
- sudo apt-get update -qq
- sudo apt-get -y build-dep weechat
- sudo mk-build-deps -i debian/control
script:
- mkdir build;cd build