Skip to content

Commit debff89

Browse files
Merge pull request #72 from technote-space/release/v1.3.14
fix: travis ci settings
2 parents 0121fff + fc42a54 commit debff89

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ _config.yml
88
jest.config.js
99
jest.setup.js
1010
yarn.lock
11-
composer.json
11+
composer.json
12+
README.*.md

.travis.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ dist: trusty
88
git:
99
depth: 3
1010

11-
cache: yarn
12-
1311
notifications:
1412
email: false
1513
slack:
@@ -21,6 +19,12 @@ branches:
2119
- master
2220
- "/^v[0-9\\.]+/"
2321

22+
cache:
23+
yarn: true
24+
directories:
25+
- node_modules
26+
- "${TRAVIS_BUILD_DIR}/.work/cache"
27+
2428
stages:
2529
- name: check
2630
if: branch = master and tag IS blank and type IN (pull_request, api)
@@ -93,8 +97,10 @@ jobs:
9397
- GH_PAGES_TRACKING_ID=UA-78163306-3
9498
script: skip
9599
before_deploy:
96-
- source tests/bin/deploy/env.sh
97-
- bash tests/bin/deploy/gh-pages.sh
100+
- git clone --depth=1 https://github.com/wp-content-framework/travis-ci.git travis-ci
101+
- bash travis-ci/bin/prepare.sh
102+
- source travis-ci/bin/deploy/env.sh
103+
- bash travis-ci/bin/deploy/gh-pages.sh
98104
deploy:
99105
provider: pages
100106
skip_cleanup: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.marker-animation",
3-
"version": "1.3.13",
3+
"version": "1.3.14",
44
"description": "Marker animation jQuery plugin",
55
"main": "jquery.marker-animation.min.js",
66
"scripts": {

0 commit comments

Comments
 (0)