Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit ad74719

Browse files
committed
Let travis run on all branches
1 parent 7998383 commit ad74719

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ env:
1616
- WP_VERSION=trunk WP_MULTISITE=1
1717
- WP_VERSION=latest WP_MULTISITE=1
1818

19-
branches:
20-
only:
21-
- master
22-
2319
install:
2420
- export DEV_LIB_PATH=dev-lib
2521
- if [ ! -e "$DEV_LIB_PATH" ] && [ -L .travis.yml ]; then export DEV_LIB_PATH=$( dirname $( readlink .travis.yml ) ); fi

php/class-customize-snapshot-manager.php

-1
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,6 @@ public function replace_customize_link( $wp_admin_bar ) {
835835
*/
836836
public function render_templates() {
837837
?>
838-
839838
<script type="text/html" id="tmpl-snapshot-save">
840839
<button id="snapshot-save" class="button button-secondary">
841840
{{ data.buttonText }}

0 commit comments

Comments
 (0)