brianmario / yajl-ruby

A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)
http://rdoc.info/projects/brianmario/yajl-ruby
MIT License
1.48k stars 169 forks source link

Update .travis.yml #196

Closed nageshlop closed 3 years ago

nageshlop commented 3 years ago

This PR adds CI support for the IBM Power Little Endian (ppc64le) architecture. The idea is to ensure that the builds on this architecture are continuously tested along with the Intel builds (amd64) as this is part of the ubuntu distro on that architecture as well and detecting (and fixing) any issues or failures early would help to ensure that we are always up to date. The build and test results are available at the below location. https://travis-ci.com/github/nageshlop/yajl-ruby/jobs/462294507

The build is failing for both architecture for which below issue is raised. https://github.com/brianmario/yajl-ruby/issues/195

brianmario commented 3 years ago

Sure, why not :)

Thanks!