We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c653f0 commit af4142fCopy full SHA for af4142f
.travis.yml
@@ -3,6 +3,9 @@ node_js:
3
- 'iojs-v2.3.4'
4
before_install:
5
- npm install -g npm@3
6
+ - npm config set loglevel error
7
+ - npm config -g list -l
8
+ - npm --version
9
script: npm run-script ci
10
cache:
11
directories:
0 commit comments