Browse Source

enhance(ci): Drop duplicate node version output for Travis builds

node, nvm, npm versions are output a bit higher up in the log
renovate/lint-staged-8.x
Ben Woosley 7 years ago
parent
commit
83b7130751
No known key found for this signature in database GPG Key ID: 6EE5F3785F78B345
  1. 1
      .travis.yml

1
.travis.yml

@ -32,7 +32,6 @@ before_script:
- sleep 3
script:
- node --version
- yarn lint
- yarn package
- yarn test

Loading…
Cancel
Save