Sha256: e9935842ec5ca242b272369c0885ceaacf39ff7b7a6a2962fbd731ac8801ae51

Contents?: true

Size: 340 Bytes

Versions: 1

Compression:

Stored size: 340 Bytes

Contents

dist: trusty
sudo: required
language: ruby
rvm:
  - 2.4.0
  - 2.3.3
  - 2.2.6
  - 2.1.10
  - 2.0.0
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
script: bundle exec rake

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
utf8_proc-0.2.3 .travis.yml