core: add missing semicolon in .travis.yml

v2.8-utf8proc
Sébastien Helleu 2014-05-05 22:37:52 +02:00
parent c119c2b8ac
commit ce189fdd2d
1 changed files with 1 additions and 1 deletions

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