From fe7bce53af3d66a2e9e4237b5b3b9742bae63d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Mon, 8 Aug 2016 01:51:55 +0200 Subject: [PATCH] travis test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 269e0551c..d47d0919a 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:origin/v2.6-racket-mini +- git push --force --quiet "https://${GH_TOKEN}@github.com/jsmaniac/scribble-mathjax.git" HEAD:refs/heads/v2.6-racket-mini branches: only: - v2.6-racket-mini-source