diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 50eae46..0000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -language: python - -install: - - pip install --upgrade pip - - pip install -r Sources/requirements.txt - -script: -- ./Sources/build.sh \ No newline at end of file diff --git a/README.md b/README.md index a2e7ec9..1dc4d53 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ A modern, geometric typeface. Influenced by other popular geometric, minimalist sans-serif typefaces of the new millenium. Designed for optimal readability at small point sizes while beautiful at large point sizes. -[![Build Status](https://travis-ci.org/travis-ci/travis-web.svg?branch=master)](https://travis-ci/travis-ci/travis-web) - ![Metropolis](./Specimens/Metro-1.png) --- diff --git a/Sources/build.sh b/Sources/build.sh deleted file mode 100755 index 1c8e1cf..0000000 --- a/Sources/build.sh +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/bash -set -ex -DIR="$(dirname "${BASH_SOURCE[0]}")" -BASEDIR="$DIR/.." -cd "$BASEDIR" - OUTPUT_DIR="$BASEDIR/build_output" - SOURCE_DIR="$BASEDIR/Sources" - - rm -rf $OUTPUT_DIR - - # for src in $SOURCE_DIR/*.glyphs - # do - # fontmake -g $src -o ttf -i --output-dir $OUTPUT_DIR/ - # done - - # for font in $OUTPUT_DIR/*.ttf - # do - # gftools fix-nonhinting $font $font - # gftools fix-dsig $font --autofix - # done - - # Cleanup gftools mess: - # rm $OUTPUT_DIR/*-backup-fonttools-prep-gasp.ttf - - # cp METADATA.pb $OUTPUT_DIR - # cp DESCRIPTION.*.html $OUTPUT_DIR - - # export OPTIONS="--no-progress" - # export OPTIONS="$OPTIONS --exclude-checkid /check/ftxvalidator" # We lack this on Travis. - # export OPTIONS="$OPTIONS --exclude-checkid /check/metadata" # Comment this out after creating a METADATA.pb file. - # export OPTIONS="$OPTIONS --exclude-checkid /check/description" # Comment this out after creating a DESCRIPTION.en_us.html file. - # export OPTIONS="$OPTIONS --exclude-checkid /check/varfont" # Comment this out when making a variable font. - # export OPTIONS="$OPTIONS --loglevel INFO --ghmarkdown Fontbakery-check-results.md" - # fontbakery check-googlefonts $OPTIONS $OUTPUT_DIR/*.ttf -cd - \ No newline at end of file diff --git a/Sources/requirements.txt b/Sources/requirements.txt deleted file mode 100644 index 6991b60..0000000 --- a/Sources/requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -git+https://github.com/googlefonts/fontbakery -git+https://github.com/googlefonts/gftools -fontmake \ No newline at end of file