Skip to content

Commit c16b2b0

Browse files
authored
chore: disable automatic publishing
1 parent 550899c commit c16b2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ script:
2828
- npm run test
2929
- npm run build-package
3030
after_success:
31-
- npm run semantic-release
31+
# - npm run semantic-release
3232
branches:
3333
except:
34-
- "/^v\\d+\\.\\d+\\.\\d+$/"
34+
- "/^v\\d+\\.\\d+\\.\\d+$/"

0 commit comments

Comments
 (0)