Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 6e341d6

Browse files
authored
Merge pull request #489 from Microsoft/zhe-vscode
Use vscode 1.20.1 in Linux for Travis
2 parents 8a0e99c + 2af3b26 commit 6e341d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929

3030
before_install:
3131
- if [ $TRAVIS_OS_NAME == "linux" ]; then
32-
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
32+
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0 CODE_VERSION=1.20.1;
3333
sh -e /etc/init.d/xvfb start;
3434
sleep 3;
3535
wget https://downloads.arduino.cc/arduino-1.8.2-linux64.tar.xz -P /home/$USER;

0 commit comments

Comments
 (0)