Sha256: a555f1834e4107ada18b9cd9f8058c0cd4f15e375ffcd5bc563832a9a4037334

Contents?: true

Size: 461 Bytes

Versions: 5

Compression:

Stored size: 461 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.1
  - 2.0.0
  - 1.9.3
  - 1.9.2
gemfile:
  - Gemfile
  - gemfiles/Gemfile.listen_1
matrix:
  exclude:
    - gemfile: Gemfile
      rvm: 1.9.2
script: bundle exec rake

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
gkh-fontcustom-1.3.8 .travis.yml
gkh-fontcustom-1.3.7 .travis.yml
fontcustom-1.3.8 .travis.yml
fontcustom-1.3.7 .travis.yml
fontcustom-1.3.6 .travis.yml