diff options
author | Mikaela Suomalainen <mikaela.suomalainen@outlook.com> | 2014-05-03 21:51:23 +0300 |
---|---|---|
committer | Mikaela Suomalainen <mikaela.suomalainen@outlook.com> | 2014-05-03 21:51:23 +0300 |
commit | 8199c0a3f756278247a8341aa86ce0ff11d3041f (patch) | |
tree | 81496d435b60062b721758bdebbc65f828d58dbc | |
parent | 333a5ad3302f736ade3c88d523719ba5e217797b (diff) | |
download | weechat-8199c0a3f756278247a8341aa86ce0ff11d3041f.zip |
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...
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9d3b5c0c6..2c7978b45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: |