From 15f974f127b7cf1ce2c70609d1a4ea423ceec8a8 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Thu, 25 May 2017 11:00:51 -0400 Subject: [PATCH] Set Travis to skip duplicate build of new JSON --- build/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/deploy.sh b/build/deploy.sh index 67d3bd8a..2b73f5b6 100644 --- a/build/deploy.sh +++ b/build/deploy.sh @@ -24,6 +24,6 @@ git reset upstream/master mv ../../json . git add json/ -git commit -m "rebuild JSON at ${rev}" +git commit -m "rebuild JSON at ${rev}" -m "[ci skip]" git push upstream HEAD:master