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 0000496 commit d57a3ecCopy full SHA for d57a3ec
.travis.yml
@@ -20,6 +20,8 @@ before_install:
20
export DISPLAY=':99.0'
21
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
22
fi
23
+ - sudo apt-get update
24
+ - sudo apt-get -y install libsecret-1-dev
25
install:
26
- npm ci
27
- npm run vscode:prepublish
0 commit comments