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

Commit b90b6d7

Browse files
committed
add global gulp for test; bump to v0.3.0-rc3
1 parent c63c2f4 commit b90b6d7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ before_install:
4747
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)";
4848
brew cask install arduino;
4949
fi
50+
- npm install -g node-gyp
5051
- npm install -g vsce
52+
- npm install -g gulp
5153
- npm install -g typescript
5254

5355
install:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-arduino",
33
"displayName": "Arduino",
44
"description": "Arduino for Visual Studio Code",
5-
"version": "0.3.0-rc2",
5+
"version": "0.3.0-rc3",
66
"publisher": "vsciot-vscode",
77
"aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42",
88
"preview": true,

0 commit comments

Comments
 (0)