Skip to content

Commit 96ac20c

Browse files
fix: add semantic releases
1 parent e26c272 commit 96ac20c

File tree

6 files changed

+3708
-3384
lines changed

6 files changed

+3708
-3384
lines changed

.eslintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"parser": "babel-eslint",
88
"rules": {
9-
"react/require-extension": "off", // deprecated and prints a warning unless explicitly disabled
9+
"react/require-extension": "off",
1010
"react/jsx-filename-extension": ["warn", {
1111
"extensions": [".js", ".jsx"]
1212
}],
@@ -24,7 +24,7 @@
2424
"objects": "always-multiline",
2525
"imports": "never",
2626
"exports": "never",
27-
"functions": "never", // this one was set to always or always multiline, whic breaks gulp
27+
"functions": "never"
2828
}],
2929

3030
"import/newline-after-import": "off",

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
sudo: true
3-
node_js: 6
3+
node_js: 8
44
cache:
55
directories:
66
- node_modules
@@ -9,13 +9,11 @@ script:
99
- npm run build
1010
- npm install -g gulp
1111
deploy:
12-
- provider: npm
13-
email: nathan@nfriedly.com
14-
api_key:
15-
secure: I674Sseu3U7cJSIqEDIhiQUQy16CvOdQNc7hJVVb07GVzlGk7J8dTDroT+5MoWsepVZK2qBfW+whEyVSzwefCOyQca6aGvhcBpAWmyAY68YsGasCZL573XAL/rXAVT1mcFTz1vk2KUilNqDaP5ADV1tisH0xzTUXW4JMEWYOZ2h1IlLuPCFtv83m9mErzYHLsvxO5Qd043C2qG92zqAAZ4ek88SLzXC6fXl2Behk6PzS/Fc3ZiPp0n35CE0RW0XTmJqXnDSV6aXAYhxGdM+vVoAVZv5noOG301YM/FX89RvpAfR0gTSMno6cANgAkPDGoCP5HZk4q076YE7o3go+0XrIBDK599W3sN1LxomM5NFst6q+8syz59pvGaKbLFZpbfFEqhXF38F7HKqDtMQQetDgJ2MEZHRDZFjL8Sz2E83KxpcWyWW3rgtYszilmaxXTO/Lv4blhQqVeXS30Jsyx1q9eF1SyWw73RiZ2HNRw3PWo6LL4gDntmmgGE7Vq3sOsLohFm9B8hg5Gixs9sLH2SPqDJZl1iMx59Ly5uChLN+0bgrLZq3eTJzbVmA27nQZh5G9aWvEGPB583x5i75JWIZFyrz5nLR+oqUOaghPXV50FDsZf5P7wE1X3DGYUcUQ+0ayAL+3BPQShDHxbxQwIdLR2yqTSb8LaUlFxNmSD80=
12+
- provider: script
13+
skip_cleanup: true
14+
script: npx semantic-release
1615
on:
17-
tags: true
18-
repo: watson-developer-cloud/react-components
16+
node: 8
1917
- provider: script
2018
script: sh scripts/deploy-gh-pages.sh
2119
on:

0 commit comments

Comments
 (0)