From 91c1cf63b8b927c532a1537240cb77ddd96c1d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Mon, 8 Aug 2016 01:47:29 +0200 Subject: [PATCH] travis test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 31439848f..269e0551c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ script: - git config --global user.email "travis@nobody.com" - git add -A . &> /dev/null && git commit -m "auto-commit" &>/dev/null - git log --oneline --decorate --graph -10 -- git push --force --quiet "https://${GH_TOKEN}@github.com/jsmaniac/scribble-mathjax.git" HEAD:v2.6-racket-mini +- git push --force --quiet "https://${GH_TOKEN}@github.com/jsmaniac/scribble-mathjax.git" HEAD:origin/v2.6-racket-mini branches: only: - v2.6-racket-mini-source