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

Commit e3de689

Browse files
authored
use webview api instead of preview html (#702)
1 parent 3cd10f3 commit e3de689

File tree

5 files changed

+869
-995
lines changed

5 files changed

+869
-995
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: node_js
22

33
node_js:
4-
- '9'
4+
- '11'
55

66
os:
77
- linux
88
- osx
9-
dist: trusty # using Ubuntu 14.04.5 LTS
9+
# dist: trusty # using Ubuntu 14.04.5 LTS
1010

1111
# fixing https://github.com/Microsoft/vscode/issues/33998
1212
addons:
@@ -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 CODE_VERSION=1.20.1;
32+
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
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)