www

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

commit 621bfa5c6810681f2edae49a010ac656772546c7
parent 4cc4d13be8ea4e03fcc1a5e0f36fb08a8edb8b8f
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Mon,  8 Aug 2016 01:42:23 +0200

travis test

Diffstat:
M.travis.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -10,8 +10,8 @@ script: - PATH="$PWD/node_modules/grunt-cli/bin:$PATH" grunt racket-mini - git config --global user.name "Travis CI" - git config --global user.email "travis@nobody.com" -- git add -A . > /dev/null && git commit -m "auto-commit" -- git log --oneline +- git add -A . &> /dev/null && git commit -m "auto-commit" +- git log --oneline --decorate --graph -10 - git push --force --quiet "https://${GH_TOKEN}@github.com/jsmaniac/scribble-mathjax.git" `git symbolic-ref HEAD | sed -e 's@.*/@@'`:v2.6-racket-mini branches: