Skip to content

Commit 40609da

Browse files
committed
chore(travis): enable automated publishing
1 parent c664f01 commit 40609da

File tree

3 files changed

+37
-1615
lines changed

3 files changed

+37
-1615
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ node_js:
77
- v10
88
- v8
99
before_install:
10-
- npm install -g yarn coveralls nyc
10+
- npm install -g yarn coveralls nyc @patrickhulce/scripts
1111
script:
1212
- yarn rebuild
1313
- yarn test:lint
1414
- yarn test:unit --coverage --runInBand --verbose
1515
after_success:
1616
- cat coverage/lcov.info | coveralls || echo 'Failed to upload to coveralls...'
17-
# - yarn semantic-release
17+
- hulk npm-publish --yes

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"rollup": "^0.61.1",
5656
"rollup-plugin-commonjs": "^9.1.3",
5757
"rollup-plugin-node-resolve": "^3.3.0",
58-
"semantic-release": "^11.0.0",
5958
"ts-jest": "^22.4.6",
6059
"tslint": "^5.10.0",
6160
"typescript": "^2.9.2"

0 commit comments

Comments
 (0)