Test travis #14

Merged
bpoldrack merged 2 commits from test-travis into master 2018-03-05 13:38:54 +00:00

View file

@ -17,7 +17,7 @@ git remote set-branches --add origin gh-pages
git fetch origin git fetch origin
git branch -a git branch -a
git checkout origin/gh-pages git checkout origin/gh-pages
rsync -r output/ . rsync -vr --checksum --delete-after output/ .
# commit new output folder and push # commit new output folder and push
git add . git add .