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
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
language: node_js
node_js:
- "stable"
cache: npm
# cache: npm
branches:
only:
- master
- master
addons:
ssh_known_hosts: git.wpengine.com
before_script:
- npm ci
- npm install
script:
- npm run build
before_install:
- openssl aes-256-cbc -K $encrypted_0c3eeb54f1f2_key -iv $encrypted_0c3eeb54f1f2_iv -in beyond_parallel_rsa.enc -out /tmp/beyond_parallel_rsa -d
before_deploy:
- cd $TRAVIS_BUILD_DIR
- cd $TRAVIS_BUILD_DIR
deploy:
- provider: script
skip_cleanup: true
script: chmod +x deploy.sh && sh deploy.sh
on:
branch: master
- provider: script
skip_cleanup: true
script: chmod +x deploy.sh && sh deploy.sh
on:
branch: master
2 changes: 1 addition & 1 deletion wp-content/themes/beyond/js/tinymce.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
.first()
.toJSON();

if (0 > $.trim(json.url.length)) {
if (0 > json.url.length) {
return;
}

Expand Down