Skip to content

Commit

Permalink
workaround for twitter-text gem bug #211
Browse files Browse the repository at this point in the history
  • Loading branch information
duck-rh committed Dec 18, 2017
1 parent bd99fb1 commit a8c6b92
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ rvm:
- "2.0"
sudo: false
cache: bundler
script: bundle exec middleman build --verbose
script:
# workaround for https://github.com/twitter/twitter-text/issues/211
- rm vendor/bundle/ruby/2.0.0/gems/twitter-text-2.0.0/lib/assets/tld_lib.yml
- wget -O vendor/bundle/ruby/2.0.0/gems/twitter-text-2.0.0/lib/assets/tld_lib.yml https://github.com/raw/twitter/twitter-text/master/conformance/tld_lib.yml
- bundle exec middleman build --verbose
dist: precise

0 comments on commit a8c6b92

Please sign in to comment.