Skip to:
Content

BuddyPress.org

Changeset 10450 for trunk/.travis.yml


Ignore:
Timestamp:
01/16/2016 01:11:57 PM (9 years ago)
Author:
hnla
Message:

Update scss-lint
Commit addresses outdated scss-lint version.
Updates .travis.yml to install new gem version sccs_lint.
Updates scss-lint.yml config to ignore double colon warnings

N.B. Existing installs scss-lint gem version will need to be uninstalled and new version installed.

  1. Run gem uninstall scss-lint and when prompted remove the executable as well by hitting y
  2. Install the latest Ruby gem by running gem install scss_lint

With thanks to netweb for looking into the linting issue & providing solution.

Fixes #6825 Props netweb, henry.wright, hnla

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r10436 r10450  
    6464    - cd $plugin_dir
    6565    - npm install -g grunt-cli
    66     - gem install scss-lint
     66    - gem install scss_lint
    6767
    6868# before_script: Failures in this section will result in build status 'errored'
Note: See TracChangeset for help on using the changeset viewer.