Skip to content

Commit 760752a

Browse files
authored
Merge pull request #188 from appwrite/fix-web-travis-cleanup
fix(web): skip_cleanup set true on travis
2 parents 4a8c7e1 + 33355e9 commit 760752a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/web/.travis.yml.twig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ jobs:
1717
provider: npm
1818
email: $NPM_EMAIL
1919
api_key: $NPM_API_KEY
20+
skip_cleanup: true
2021
on:
21-
tags: true
22+
tags: true

0 commit comments

Comments
 (0)