Skip to content

Commit 2037ec6

Browse files
committed
Try removing the conflicting package before install/update
1 parent a9906e5 commit 2037ec6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ node_js:
88
sudo: false
99

1010
install:
11+
- npm uninstall typescript
12+
- npm uninstall tslint
1113
- npm install
1214
- npm update
1315

0 commit comments

Comments
 (0)