Sfoglia il codice sorgente

remove unnecessary apt-get ttfautohint dependency installs on Travis builds

Chris Simpkins 7 anni fa
parent
commit
ea3fb98e95
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  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: