Skip to content

Commit

Permalink
Updated to yaml-language-server 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JPinkney committed Aug 29, 2019
1 parent f6456a4 commit 379d16a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ os:
- osx
- linux
before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start; sleep 3; fi
- npm install -g [email protected]
install:
- |
if [ $TRAVIS_OS_NAME == "linux" ]; then
export DISPLAY=':99.0';
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
fi
- npm install
- npm run vscode:prepublish
- npm install -g vsce
- vsce package
script:
- npm test --silent
- npm test
deploy:
provider : npm
email : [email protected]
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@
"vscode-languageclient": "5.2.1",
"vscode-nls": "^3.2.1",
"vscode-uri": "^2.0.3",
"yaml-language-server": "0.5.6"
"yaml-language-server": "0.5.7"
}
}

0 comments on commit 379d16a

Please sign in to comment.