File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 6
6
notifications :
7
7
email : false
8
8
node_js :
9
+ - ' 7'
10
+ - ' 6'
9
11
- ' 4'
10
- - ' stable'
11
12
script :
12
13
- npm run lint
13
14
- npm test
14
15
- npm link --silent && npm link crawlkit-runner-axe --silent
15
16
- for f in examples/*.js; do echo "• running '$f'" && travis_retry node $f > /dev/null; done
16
- before_install :
17
- - npm i -g npm@^2.0.0
18
17
before_script :
19
18
- npm prune
20
19
after_success :
21
- - ' curl -Lo travis_after_all.py https://git.io/travis_after_all'
22
- - python travis_after_all.py
23
- - ' export $(cat .to_export_back) &> /dev/null'
24
20
- npm run semantic-release
25
21
branches :
26
22
except :
27
- - " /^v\\ d+\\ . \\ d+\\ . \\ d+$/"
23
+ - /^v\d+\.\ d+\.\ d+$/
Original file line number Diff line number Diff line change 42
42
"freeport" : " ^1.0.5" ,
43
43
"http-server" : " ^0.9.0" ,
44
44
"mocha" : " ^2.4.5" ,
45
- "semantic-release" : " ^4 .3.5 " ,
45
+ "semantic-release" : " ^6 .3.2 " ,
46
46
"validate-commit-message" : " ^3.0.1"
47
47
},
48
48
"dependencies" : {
59
59
"commitizen" : {
60
60
"path" : " ./node_modules/cz-conventional-changelog"
61
61
}
62
- }
62
+ },
63
+ "version" : " 0.0.0-development"
63
64
}
You can’t perform that action at this time.
0 commit comments