www

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

commit 2be5e99d926d81e42bcc45d0126ed623848ec878
parent 673d9079880d38abe08d12728153b64b4530b3ca
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Mon,  8 Aug 2016 01:14:48 +0200

travis test

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

diff --git a/.travis.yml b/.travis.yml @@ -8,6 +8,8 @@ env: script: - npm install grunt grunt-cli grunt-contrib-clean grunt-regex-replace - 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 . && git commit -m "auto-commit" - 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: