Segmentation faults on Travis CI caused by libxml-ruby

Today one of our projects started triggering segmentation faults in ruby on Travis CI. We narrowed the start of the issue to adding libxml-ruby to the project.

Updating libxml2-dev on travis fixed the issue. To do this add the following to your .travis.yml file.

before_install:
  - sudo apt-get install libxml2-dev
Photo of David Genord II

David has been building websites since 8th grade. After working to integrate third-party automotive data with internal systems, he now brings his vast and wide knowledge to Collective Idea.

Comments