Skip to content

Commit cc7ed1a

Browse files
committed
ci(): update semantic release, update travis configuration
1 parent b60642c commit cc7ed1a

File tree

4 files changed

+169
-92
lines changed

4 files changed

+169
-92
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ script:
1717
after_script: greenkeeper-lockfile-upload
1818
after_success:
1919
- yarn test:cov
20-
- npm run travis-deploy-once "npm run semantic-release"
20+
- yarn travis-deploy-once "yarn semantic-release"
2121
branches:
2222
except:
2323
- /^v\d+\.\d+\.\d+$/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"husky": "^1.0.0-rc.9",
4949
"mocha": "^5.0.0",
5050
"nyc": "^12.0.1",
51-
"semantic-release": "^15.5.2",
51+
"semantic-release": "^15.8.1",
5252
"travis-deploy-once": "^5.0.0"
5353
}
5454
}

0 commit comments

Comments
 (0)