From 30806d5ef3f63228644c9b54c4149f1430753011 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Sun, 14 Jan 2018 15:50:52 -0400 Subject: [PATCH] Update travis script. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8bd5579..851dc3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ before_deploy: - composer install --no-dev --optimize-autoloader - cd ../ - zip -9 -ry $TRAVIS_BUILD_DIR/$TRAVIS_PROJECT_SLUG-$TRAVIS_TAG.zip $TRAVIS_PROJECT_SLUG - -x *.git* *resources/assets/\* *node_modules/\* *tests/\* *.editorconfig* *.gitattributes* + -x *.git* *assets/\* *node_modules/\* *tests/\* *.editorconfig* *.gitattributes* *.github* *.gitignore* *.travis.yml* *package-lock.json* *phpcs.xml* *webpack.mix.js* *yarn.lock* - cd $TRAVIS_BUILD_DIR