diff --git a/.npmignore b/.npmignore index 5a61fb9..6a0dffa 100644 --- a/.npmignore +++ b/.npmignore @@ -8,4 +8,5 @@ _config.yml jest.config.js jest.setup.js yarn.lock -composer.json \ No newline at end of file +composer.json +README.*.md diff --git a/.travis.yml b/.travis.yml index 3b48f66..39f4f1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,6 @@ dist: trusty git: depth: 3 -cache: yarn - notifications: email: false slack: @@ -21,6 +19,12 @@ branches: - master - "/^v[0-9\\.]+/" +cache: + yarn: true + directories: + - node_modules + - "${TRAVIS_BUILD_DIR}/.work/cache" + stages: - name: check if: branch = master and tag IS blank and type IN (pull_request, api) @@ -93,8 +97,10 @@ jobs: - GH_PAGES_TRACKING_ID=UA-78163306-3 script: skip before_deploy: - - source tests/bin/deploy/env.sh - - bash tests/bin/deploy/gh-pages.sh + - git clone --depth=1 https://github.com/wp-content-framework/travis-ci.git travis-ci + - bash travis-ci/bin/prepare.sh + - source travis-ci/bin/deploy/env.sh + - bash travis-ci/bin/deploy/gh-pages.sh deploy: provider: pages skip_cleanup: true diff --git a/package.json b/package.json index 3d6eb90..8d8cc0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery.marker-animation", - "version": "1.3.13", + "version": "1.3.14", "description": "Marker animation jQuery plugin", "main": "jquery.marker-animation.min.js", "scripts": {