FIX(travis) less verbose

pull/1/head
pubkey 7 years ago
parent 01677bda28
commit f926959f6f
  1. 2
      .travis.yml

@ -4,7 +4,7 @@ os:
node_js:
- "7"
script:
- npm install
- npm install --depth 0 --silent
- npm run lint
- npm run build
- npm test

Loading…
Cancel
Save