travis test
This commit is contained in:
parent
673d907988
commit
2be5e99d92
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user