Skip to content

Commit 46eaf4f

Browse files
Remove npm update; add release-2.3 to branches
This command *should* do nothing immediately following an `npm install`, but causes failures due to `tslint` having a dependency on `typescript`. Also add release-2.3 to our covered branches
1 parent 34e3f5f commit 46eaf4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ branches:
1818
- master
1919
- release-2.1
2020
- release-2.2
21+
- release-2.3
2122

2223
install:
2324
- npm uninstall typescript
2425
- npm uninstall tslint
2526
- npm install
26-
- npm update
2727

2828
cache:
2929
directories:

0 commit comments

Comments
 (0)