commit 91c1cf63b8b927c532a1537240cb77ddd96c1d03 parent 7ae99620284a9c1c8a8093092f8ad6e51ff3c625 Author: Georges Dupéron <georges.duperon@gmail.com> Date: Mon, 8 Aug 2016 01:47:29 +0200 travis test Diffstat:
| M | .travis.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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