Skip to content

Commit b9026a6

Browse files
Tweaks to Travis script
1 parent 218d021 commit b9026a6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ language: node_js
33
node_js:
44
- "6"
55

6-
env:
7-
- CXX=g++-4.9
6+
before_install:
7+
- if [ $TRAVIS_OS_NAME == "linux" ]; then
8+
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
9+
sh -e /etc/init.d/xvfb start;
10+
sleep 3;
11+
fi
812

913
addons:
1014
apt:
@@ -15,7 +19,6 @@ addons:
1519

1620
install:
1721
- npm install
18-
- npm run vscode:prepublish
1922
- npm run compile
2023
- npm install -g vsce
2124
- vsce package

0 commit comments

Comments
 (0)