UNPKG
lint-changed
Version:
latest (0.0.0-development)
0.0.0-development
Lint files changed in git
github.com/TheXardas/lint-changed
TheXardas/lint-changed
lint-changed
/
.travis.yml
17 lines
(16 loc)
•
254 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language:
node_js
cache:
directories:
-
node_modules
node_js:
-
'7'
-
'6'
-
'4'
before_script:
-
npm
prune
after_success:
-
bash
<(curl
-s
https://codecov.io/bash)
-
npm
run
semantic-release
branches:
except:
-
/^v\d+\.\d+\.\d+$/