We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d82a57e + f69a1c1 commit 411cb45Copy full SHA for 411cb45
.travis.yml
@@ -21,8 +21,8 @@ branches:
21
- release-2.3
22
23
install:
24
- - npm uninstall typescript
25
- - npm uninstall tslint
+ - npm uninstall typescript --no-save
+ - npm uninstall tslint --no-save
26
- npm install
27
28
cache:
jenkins.sh
@@ -2,12 +2,12 @@
2
3
# Set up NVM
4
export NVM_DIR="/home/dotnet-bot/.nvm"
5
-[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
+[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
6
7
nvm install $1
8
9
-npm uninstall typescript
10
-npm uninstall tslint
+npm uninstall typescript --no-save
+npm uninstall tslint --no-save
11
npm install
12
npm update
13
npm test
0 commit comments