Skip to content
This repository was archived by the owner on Oct 22, 2023. It is now read-only.

Commit ceb0e4d

Browse files
committed
Merge branch feature/travic-ci
2 parents a7aeffb + 4b5da9e commit ceb0e4d

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: node_js
2+
node_js:
3+
- '6'
4+
- '7'
5+
- '8'
6+
git:
7+
depth: 3
8+
script:
9+
- npm run lint
10+
deploy:
11+
provider: npm
12+
13+
api_key:
14+
secure: MhtlU5e/bZkDYU8Zb+AJToMw6pc/xFm4BR+HNZxWafPof8QRh+hyq9lKipi1GNr1M2yMrErzBtsAjdMU3g9FllAKrqb3TDTozZ6eRrorhVdufw53zpZ4ORUkIOwlNyXSiOEyoR3RmsHXYstRIwHQgwNJaK1/pPfpqoq+bUt4M3F9i2qffGi3IOXDIrh7mEayo7daFmgxvQpXVIfmUfwth8CKBHPHkZg2p7ZFlx4RRIOZwIrHFv3y5ilY1hrEtkT8AZiI3Ao1J2mAZy8d6DSJdhM34BBGOx+ejkUgrGOftwMfAAQpWTsGUvPbHcAqtWOEodQV9uJr7YTsbvzvuSQ2XK3rFcXEgk7Q7lqE5zVFPwTz0FOZLyopCbCXkR8nKGEBZiDuwjrCAEXQKRHrI1O7BjHM6VGVF3T0wmkkEVYUJ+CrLzJ0L1J0NBmdh2FDwftICeY6QcA59EmMiDFZ6rdrD4TAHeCieVmowKu/JzLj/2o8DEgwR61UIXA9+c6/5v8+kUegp9CVym7k1gn3rcLKsFs25+tTPterpW0fXRVDiPCvHJqD5znq3IptbijgnsDIez/Mjt4atqX8gx9/mV7FTwP9Xn4zh1ONEVsdQ9dOx8cW1i5/KY0vCqcZ9ULuv6uwpAAqa8zeMmnqvQzOFc5fPPNzJVi67o7suNW07tH2t0I=
15+
on:
16+
tags: true

release-notes.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ title: Release Notes of Release Notes ESlint config
22

33
releases:
44
- version: Next
5+
added:
6+
- Introduce ci/cd pipeline, setup travic ci.
57
improved:
68
- Definition of comma dangle rules. Function params must not use trailing commas, anymore.
79
- Upgraded to lates dependencies ([email protected], [email protected]).

0 commit comments

Comments
 (0)