Skip to content
This repository was archived by the owner on Jun 11, 2020. It is now read-only.

Commit b20744e

Browse files
committed
Make it not do the full npm lookup business
1 parent 9b1e322 commit b20744e

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.travis.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ language: node_js
33
node_js:
44
- 'node'
55

6-
cache:
7-
directories:
8-
- cache/
6+
cache:
7+
directories:
8+
- cache/
99

1010
sudo: false
1111

@@ -18,16 +18,11 @@ install:
1818
- git clone https://github.com/DefinitelyTyped/DefinitelyTyped ../DefinitelyTyped
1919

2020
script:
21-
- npm test
22-
21+
- npm tes
2322
- npm run build
2423
- npm run clean
2524
- npm run parse
2625
- npm run check
27-
- npm run calculate-versions
28-
- npm run generate
29-
- npm run index
30-
3126

3227
git:
3328
depth: 1

0 commit comments

Comments
 (0)