www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fe7bce53af3d66a2e9e4237b5b3b9742bae63d90
parent 91c1cf63b8b927c532a1537240cb77ddd96c1d03
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Mon,  8 Aug 2016 01:51:55 +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: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