Skip to content

Commit

Permalink
Merge pull request #144 from Munter/tech/noFonttoolsOnCi
Browse files Browse the repository at this point in the history
Remove more fonttools cruft
  • Loading branch information
papandreou authored May 14, 2021
2 parents b32fdf7 + d8881d4 commit 6168d77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
13 changes: 0 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,12 @@ services:
language: node_js
cache:
npm: true
apt: true
pip: true

node_js:
- 10
- 12
- 14

addons:
apt:
packages:
- gcc-4.8
- g++-4.8

env: CXX="g++-4.8" CC="gcc-4.8"

before_install:
- sudo pip install -r requirements.txt

script: 'npm run-script travis'
after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'

Expand Down
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

0 comments on commit 6168d77

Please sign in to comment.