Skip to content

Commit

Permalink
stop installing libgconf-2.so.4
Browse files Browse the repository at this point in the history
as this step seems no longer needed
  • Loading branch information
shinnn committed Feb 17, 2019
1 parent 584bbc0 commit 2be1633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
if: branch !~ ^v\d
language: node_js
node_js: node
matrix:
jobs:
include:
- dist: xenial
addons:
apt:
packages: libgconf-2-4
script: eval xvfb-run `jq --raw-output .scripts.test < package.json`
- os: osx
osx_image: xcode10.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vscode-stylelint

[![Build Status](https://travis-ci.org/shinnn/vscode-stylelint.svg?branch=master)](https://travis-ci.org/shinnn/vscode-stylelint)
[![Build Status](https://travis-ci.com/shinnn/vscode-stylelint.svg?branch=master)](https://travis-ci.com/shinnn/vscode-stylelint)

A [Visual Studio Code](https://code.visualstudio.com/) extension to lint [CSS](https://www.w3.org/Style/CSS/)/[SCSS](https://sass-lang.com/documentation/file.SASS_REFERENCE.html#syntax)/[Less](http://lesscss.org/) with [stylelint](https://stylelint.io/)

Expand Down

0 comments on commit 2be1633

Please sign in to comment.