Pārlūkot izejas kodu

remove unnecessary apt-get ttfautohint dependency installs on Travis builds

Chris Simpkins 8 gadi atpakaļ
vecāks
revīzija
ea3fb98e95
1 mainītis faili ar 2 papildinājumiem un 3 dzēšanām
  1. 2 3
      .travis.yml

+ 2 - 3
.travis.yml

@@ -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: