Skip to content

Commit a6266e8

Browse files
author
vvo
committed
chore(ci): prune before install also
1 parent 3a933dc commit a6266e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: node_js
22
node_js: 4
3+
before_install: npm prune
4+
before_cache: npm prune
35
install: npm install
46
script: ./scripts/test-ci.sh
5-
before_cache: npm prune
67
branches:
78
only:
89
- master

0 commit comments

Comments
 (0)