Skip to content

Commit 1604243

Browse files
committed
Removed broken command in Travis config
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent 330810b commit 1604243

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
- export MY_PACKAGE_VERSION=$(node -e "console.log(require('./dist/package').version)")
1313
- export ZIP_NAME=$MY_PACKAGE_NAME_v$MY_PACKAGE_VERSION.zip
1414
- export MIN_ZIP_NAME=$MY_PACKAGE_NAME_v$MY_PACKAGE_VERSION_min.zip
15-
- rm .gitignore # https://stackoverflow.com/questions/36086110/deploy-a-specific-directory-to-npm-with-travis-ci#comment91176171_38834753
1615
- cd dist
1716
- zip -9 --recurse-paths ../$ZIP_NAME **
1817
- zip -9 --recurse-paths ../$MIN_ZIP_NAME ** --exclude \*.d.ts --exclude readme.*

0 commit comments

Comments
 (0)