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 1616701 commit 7aa09d4Copy full SHA for 7aa09d4
.travis.yml
@@ -16,12 +16,11 @@ os:
16
# This is needed to enable testing VS Code on Travis, as per
17
# https://code.visualstudio.com/docs/extensions/testing-extensions#_running-tests-automatically-on-travis-ci-build-machines
18
before_install:
19
- - if [ $TRAVIS_OS_NAME == "linux" ]; then
20
- export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
21
- sh -e /etc/init.d/xvfb start;
22
- sleep 3;
+ - |
+ if [ $TRAVIS_OS_NAME == "linux" ]; then
+ export DISPLAY=':99.0'
+ /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
23
fi
24
-
25
install:
26
- npm install
27
- npm run vscode:prepublish
0 commit comments