sk- / git-lint

improving source code one step at a time
Apache License 2.0
236 stars 78 forks source link

Travis CI: rubocop and scss_lint fail on xenial #138

Closed cclauss closed 5 years ago

cclauss commented 5 years ago

Related to #137 because xenial is required for Python 3.7 to run on Travis CI.

Fetching: jaro_winkler-1.5.2.gem (100%)
Building native extensions.  This could take a while...
ERROR:  Error installing rubocop:
    ERROR: Failed to build gem native extension.

Fetching: ffi-1.10.0.gem (100%)
Building native extensions.  This could take a while...
ERROR:  Error installing scss_lint:
    ERROR: Failed to build gem native extension.
sk- commented 5 years ago

Thanks @cclauss for the PR. It seems that we need to install the package ruby-dev in order to compile the native ruby extensions. See https://github.com/travis-ci/travis.rb/issues/391.

cclauss commented 5 years ago

Closed in favor of #137 which contains the solution.