UNPKG
supersede
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
A path based set where the most specific path wins.
bigeasy.github.io/supersede
bigeasy/supersede
supersede
/
.travis.yml
18 lines
(13 loc)
•
206 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
sudo:
false
language:
node_js
node_js:
-
'6'
-
'8'
-
'10'
branches:
only: - master - travis-ci
install:
- npm install --no-package-lock --no-save - npm install -g istanbul coveralls