Skip to content

Commit 11fff33

Browse files
committed
Skip cleanup during module deploy
By default, travis will `git stash` the working directory. This has the effect of removing our build output from the deploy, which isn't ideal.
1 parent e8afd28 commit 11fff33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ deploy:
1111
provider: npm
1212
email: $NPM_EMAIL
1313
api_key: $NPM_API_KEY
14+
skip_cleanup: true
1415
on:
15-
# tags: true
16+
tags: true
17+
node: node # Only publish with latest node version
1618
repo: jsonapi-suite/jsorm

0 commit comments

Comments
 (0)