-
Notifications
You must be signed in to change notification settings - Fork 10
/
.travis.yml
32 lines (32 loc) · 845 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
language: ruby
cache: bundler
before_script:
- sudo apt-get update -y
- sudo apt-get install -y fontforge eot-utils unzip
- sudo apt-get install -y ruby*.*.*-dev
- wget http://people.mozilla.com/~jkew/woff/woff-code-latest.zip
- unzip woff-code-latest.zip -d sfnt2woff
- make -C ./sfnt2woff
- export PATH=$PATH:$PWD/sfnt2woff
script: bundle exec rake test
rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3
- 2.4.0
- ruby-head
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
deploy:
skip_cleanup: true
provider: rubygems
api_key:
secure: NJ4Wy3DVCwFTsAJTSME8+B6Ncmce4mU9YsuKcGUjKSzGeoXVHtUStlRALB/pgLU7VKGUF+r9d5XKr/TEDZrKBlzxZ1AYXEn5T/OlQ0bEPDQTEHt06aAEbg4BKqP+yzEaH2LtC6Skgi5VOIWXDjG71Aluh+ZdBlG08RVQuEGTbfs=
gem: compass-fontcustom
on:
tags: true
repo: glaszig/compass-fontcustom
rvm: 2.4.0