Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unify rx usage to rxjs #2168

Merged
merged 15 commits into from
Apr 12, 2018
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ before_install:
sh -e /etc/init.d/xvfb start;
sleep 3;
fi
- dpkg --compare-versions `npm -v` ge 5.8 || npm i -g npm@^5.8

addons:
apt:
Expand All @@ -25,7 +26,7 @@ addons:
- dotnet-sdk-2.0.2

install:
- npm install
- npm ci
- npm i -g gulp
- gulp 'vsix:release:package'

Expand Down
Loading