This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : node_js
2+ dist : trusty
23sudo : false
3- node_js :
4- - 4
5- - 5
6- - 6
4+
75before_install :
8- - npm install -g npm@latest-2
9- after_success :
10- - npm run coverage
11- - npm run semantic-release
12- branches :
13- except :
14- - " /^v\\ d+\\ .\\ d+\\ .\\ d+$/"
6+ - npm install -g npm@latest
157notifications :
168 email : false
9+
10+ test_stage : &test_stage
11+ after_success :
12+ - npm run coverage
13+
14+ jobs :
15+ include :
16+ - stage : lint
17+ node_js : 8
18+ script :
19+ - npm run lint
20+ - stage : test
21+ << : *test_stage
22+ node_js : 4
23+ - stage : test
24+ << : *test_stage
25+ node_js : 6
26+ - stage : test
27+ << : *test_stage
28+ node_js : 8
29+ - stage : release
30+ node_js : 8
31+ script : skip
32+ deploy :
33+ - provider : npm
34+ email : terinjokes@gmail.com
35+ api_key :
36+ secure : Y8SHFjYJoPzwxt9MIiP+FkLz8Gy8Qc6HGEJtaVfoeKzGk4dQcT2PHQmiZ0mNHhmueVa96UCClJJBOx0k7J4wl5D/ABB3hh3+YPbnbFaD/uIvVEuYcXgFrzVox9u9M/CzOWVHUinRe+m7HSsEn6LPgwPb5EWQo0eGzRMGKooe5n7X1JDjFrSL0ERGAY4zTxl5iwKUQvfaYjOqJ1YUkhjqu01d4FHMXHaxgjJE5CpduvTHjQisMiSQIrNmiKWuHKNgkRDGWJnClpatfWUXOnFUFEMY5yGQ5RZkOesZ5JqSSAj7JgRNH7M0gMF3um6k+h2xM1w4W6XcAoF0FnBuh6X91fKR+F83VMA/skdmf4z/OtL2KbZsuIYiSTbsPyNb9ysChhicICD8fjZ20Z/nXXTgpf5X2lXSPY6gysdJ2V4Y1e5VEq4yaLFH/HV/mZPcjpfCFnGbAx9Urg51pB0dAzhPG6ZfkKATDnhnQJhvE5WFgeRNC5AS+oV6xoAqRwtTw0rSsfHfZGVjuQkH+TXuqdIB5JqrHRt00BYO/YbMJwMmtJMOdPzQkmUAT1R136c8Rfi3UjD/70Lpnp5DuYEu4H+gApjJDSbIsYNJAPmzdumniHi1KKpmbV1EUC4mfNA1tcvUX8Sc9MRP6aaRspQN9B7PxR1936iC9bQEN5HgIgmr2qg=
37+ skip_cleanup : true
38+ on :
39+ tags : true
You can’t perform that action at this time.
0 commit comments