Skip to content

Commit 394dbbf

Browse files
committed
Merge branch 'travis-cache'
2 parents 2c156ed + 2f8df90 commit 394dbbf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,13 @@ branches:
1818
only:
1919
- master
2020
- transforms
21+
22+
install:
23+
- npm uninstall typescript
24+
- npm uninstall tslint
25+
- npm install
26+
- npm update
27+
28+
cache:
29+
directories:
30+
- node_modules

0 commit comments

Comments
 (0)