.travis.yml in utf8_proc-0.3.0 vs .travis.yml in utf8_proc-0.4.0
- old
+ new
@@ -13,10 +13,7 @@
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
before_install:
- - wget -O utf8proc.zip https://github.com/JuliaLang/utf8proc/archive/v2.1.0.zip
- - unzip utf8proc.zip
- - pushd utf8proc* && sudo make install prefix=/usr && popd
- - gem install bundler -v 1.14.4
+ - gem install bundler -v 1.14.5
script: bundle exec rake