Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 1ea5709

Browse files
committed
Remove prune from .travis.yml
1 parent c5bcc59 commit 1ea5709

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@ language: node_js
33
node_js:
44
- "4"
55
- "6"
6-
- "8"
76

87
branches:
98
only:
109
- master
1110

1211
script:
1312
- npm run lint
14-
15-
# Prune deps to just production and ensure we can still build
16-
- npm prune --production
1713
- npm run build
1814
- npm run umd

0 commit comments

Comments
 (0)