Skip to content

Commit 30b4543

Browse files
committed
publish new version to npm via travis-ci summernote#833
1 parent 99a391e commit 30b4543

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,14 @@ before_script:
66
- npm --version
77
- npm install -g grunt-cli
88
script: grunt test --verbose
9+
before_deploy:
10+
- npm install
11+
- grunt build
12+
- grunt dist
13+
deploy:
14+
provider: npm
15+
16+
api_key:
17+
secure: TYJfuTLZKbYvTskuMlmuKnQb5F35GFPN2AqSf0RtZYWGLozIaIkKcpTVbjzo859FWuxPjci53FGiJih3+0iVfIC39CDTrFZutubn8qduOfRAVTL1WzeQvdww8miJNwUY59HmoOa78OtbNCVg/N7zFSZzRXAcgje8IADQFIISwk8=
18+
on:
19+
tags: true

0 commit comments

Comments
 (0)