Sha256: 1c1d3148aadf9fa34d1f98f0dd8d6f2213ef7d0400fa35225aa3b6b2f6303b02

Contents?: true

Size: 351 Bytes

Versions: 2

Compression:

Stored size: 351 Bytes

Contents

language: ruby
before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq fontforge
  - wget http://people.mozilla.com/~jkew/woff/woff-code-latest.zip
  - unzip woff-code-latest.zip -d sfnt2woff && cd sfnt2woff && make && sudo mv sfnt2woff /usr/local/bin/
  - bundle
rvm:
  - 2.1.0
  - 2.0.0
  - 1.9.3
  - 1.9.2
script: bundle exec rake

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fontcustom-1.3.3 .travis.yml
fontcustom-1.3.2 .travis.yml