remove unnecessary apt-get ttfautohint dependency installs on Travis builds

pull/291/head
Chris Simpkins 2017-08-22 19:39:23 +07:00
parent 9f9c34f36d
commit ea3fb98e95
1 changed files with 2 additions and 3 deletions

@ -5,13 +5,12 @@ env:
- TARGET="lint"
- TARGET="build-with-dependencies"
before_script:
before_script:
- pip install ufolint
- sudo apt-get -qq update
- sudo apt-get install -y shellcheck
- sudo apt-get install -y gcc g++ libfreetype6-dev libglib2.0-dev libcairo2-dev
script:
script:
- make -j $TARGET
notifications: