Skip to content

Commit d928360

Browse files
committed
(jcabi#32) Replace dead link .travis.yml
1 parent 286a840 commit d928360

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ install:
1717
- gem install pdd -v 0.20.5
1818
- gem install est -v 0.3.4
1919
- sudo apt-get install fontforge
20-
- wget http://people.mozilla.com/~jkew/woff/woff-code-latest.zip
21-
- unzip woff-code-latest.zip -d sfnt2woff
22-
- cd sfnt2woff
20+
- git clone https://github.com/samboy/WOFF
21+
- cd WOFF
2322
- make
24-
- sudo mv sfnt2woff /usr/local/bin/
23+
- cp sfnt2woff /usr/local/bin
2524
- cd ..
2625
- gem install fontcustom
2726
env:

0 commit comments

Comments
 (0)