We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57a3ec commit 40b02c7Copy full SHA for 40b02c7
.travis.yml
@@ -19,9 +19,9 @@ before_install:
19
if [ $TRAVIS_OS_NAME == "linux" ]; then
20
export DISPLAY=':99.0'
21
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
22
+ sudo apt-get update
23
+ sudo apt-get -y install libsecret-1-dev
24
fi
- - sudo apt-get update
- - sudo apt-get -y install libsecret-1-dev
25
install:
26
- npm ci
27
- npm run vscode:prepublish
0 commit comments