roo-rb / roo-xls

Roo::Xls add support for legacy Excel file standards to Roo.
MIT License
82 stars 82 forks source link

Updates TravisCI config to use containers. #32

Closed tmr08c closed 7 years ago

tmr08c commented 7 years ago

TravisCI builds are failing due to an issue with bundler.

One of the suggested solutions was to use TravisCI's container-based infrastructure which has the added benefit of being faster.

This commit updates .travis.yml to use the container-based infrastructure.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-1.4%) to 78.919% when pulling e2d8f2d6ff3d626838344535a75d83f4f4f58085 on tmr08c:use_travis_cotainers into 6449b5de121420cb8981df876acf984b547d7703 on roo-rb:master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-1.4%) to 78.919% when pulling e2d8f2d6ff3d626838344535a75d83f4f4f58085 on tmr08c:use_travis_cotainers into 6449b5de121420cb8981df876acf984b547d7703 on roo-rb:master.

tmr08c commented 7 years ago

I tried a few different solutions and could not seem to make Travis CI happy. It's possible updating the config for Travis CI to test more recent versions of Ruby may help since some of the failures dealt with dependencies no longer supporting the specified version of Ruby.

I would like to help more but am unsure of the next best approach.