Sha256: 5028b058e90d45888e1b52aef80515873c7817984c6573296e5c4f6b5b2adddd

Contents?: true

Size: 328 Bytes

Versions: 2

Compression:

Stored size: 328 Bytes

Contents

language: ruby
rvm:
  - 2.0.0
  - 2.1.2
  - 2.2.0-rc1
cache: bundler
install:
  - wget 'https://github.com/lloyd/yajl/archive/2.1.0.tar.gz'
  - tar -xvf '2.1.0.tar.gz'
  - cd 'yajl-2.1.0' && ./configure && make && sudo make install
  - sudo ldconfig
  - bundle install
  - bundle exec rake compile
script: bundle exec rake test

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wankel-0.5.0 .travis.yml
wankel-0.4.0 .travis.yml