Skip to content

Commit af4142f

Browse files
committed
⚡ set npm log level to error for less noise during builds
and print npm config + version before running install
1 parent 6c653f0 commit af4142f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ node_js:
33
- 'iojs-v2.3.4'
44
before_install:
55
- npm install -g npm@3
6+
- npm config set loglevel error
7+
- npm config -g list -l
8+
- npm --version
69
script: npm run-script ci
710
cache:
811
directories:

0 commit comments

Comments
 (0)