mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 16:47:23 -05:00
10 lines
204 B
YAML
10 lines
204 B
YAML
language: node_js
|
|
node_js:
|
|
- "4"
|
|
- "5"
|
|
- "stable"
|
|
before_script:
|
|
- git config --global user.name 'Travis-CI'
|
|
- git config --global user.email 'dummy@example.org'
|
|
after_success: npm run coverage
|