Sha256: 02d649fc2973f8a5c81a83a099c56c9b766da52edd63e60d7304553ed05f8baa

Contents?: true

Size: 324 Bytes

Versions: 3

Compression:

Stored size: 324 Bytes

Contents

language: ruby
rvm:
  - 2.0.0
  - 2.1.2
  - 2.2.0
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

3 entries across 3 versions & 1 rubygems

Version Path
wankel-0.6.2 .travis.yml
wankel-0.6.1 .travis.yml
wankel-0.6.0 .travis.yml