Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ _config.yml
jest.config.js
jest.setup.js
yarn.lock
composer.json
composer.json
README.*.md
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ dist: trusty
git:
depth: 3

cache: yarn

notifications:
email: false
slack:
Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down