mirror of
https://github.com/sexybiggetje/pixdisp.git
synced 2024-11-23 10:41:02 +01:00
Add sidekick
This commit is contained in:
parent
1a7c836ce6
commit
c2f9df14c5
2 changed files with 26 additions and 0 deletions
22
.sidekickrc
Normal file
22
.sidekickrc
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"exclude": [
|
||||||
|
],
|
||||||
|
"languages": {
|
||||||
|
"json": {
|
||||||
|
"sidekick-david": {
|
||||||
|
"failCiOnError": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"all": {
|
||||||
|
"sidekick-security": {
|
||||||
|
"failCiOnError": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"js": {
|
||||||
|
"sidekick-js-todos": {
|
||||||
|
"failCiOnError": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ts": {}
|
||||||
|
}
|
||||||
|
}
|
|
@ -4,6 +4,10 @@ env:
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "9"
|
- "9"
|
||||||
|
install:
|
||||||
|
- npm i sidekick
|
||||||
|
script:
|
||||||
|
- sidekick run --travis
|
||||||
notifications:
|
notifications:
|
||||||
slack:
|
slack:
|
||||||
secure: KTdW1lnaIENmRYqpS9PRQXBeaHMomBXKriUcuDa6hVhAh5IOYEaH8Uo9viRcp0JJT3mU6OB5Few9S9riHrpIPl5Nq/Ip6NzOnzbM4/6+tqo7WK3IuNsDMrYW2afrx65W3Y7ESBBcA01LEcPWywFYbyg284JRFRUUaKWxiwL+b1g=
|
secure: KTdW1lnaIENmRYqpS9PRQXBeaHMomBXKriUcuDa6hVhAh5IOYEaH8Uo9viRcp0JJT3mU6OB5Few9S9riHrpIPl5Nq/Ip6NzOnzbM4/6+tqo7WK3IuNsDMrYW2afrx65W3Y7ESBBcA01LEcPWywFYbyg284JRFRUUaKWxiwL+b1g=
|
||||||
|
|
Loading…
Reference in a new issue