1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

core: .travis.yml: install equivs

which is required by previous mk-build-deps which comes from devscripts and
 which should depend on equivs, but it doesn't...
This commit is contained in:
Mikaela Suomalainen
2014-05-03 21:51:23 +03:00
parent 333a5ad330
commit 8199c0a3f7
+1 -1
View File
@@ -2,7 +2,7 @@ language: c
before_install:
- sudo apt-get update -qq
- sudo apt-get -y install devscripts
- sudo apt-get -y install devscripts equivs
- sudo mk-build-deps -i debian/control
script: