mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-19 00:53:48 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
13
node_modules/conventional-changelog-jquery/.travis.yml
generated
vendored
Normal file
13
node_modules/conventional-changelog-jquery/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- '5'
|
||||
- '4'
|
||||
- '3'
|
||||
- '2'
|
||||
- '1'
|
||||
- '0.12'
|
||||
- '0.10'
|
||||
before_script:
|
||||
- git config --global user.name 'Travis-CI'
|
||||
- git config --global user.email 'dummy@example.org'
|
||||
after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
|
||||
Reference in New Issue
Block a user