Tone.js/gulp/success.sh
2017-08-30 09:45:22 -04:00

14 lines
210 B
Bash
Executable file

#!/bin/bash
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
# only commit the builds when not a PR
# gulp commitDevBuild
# commit the build
sh push_build.sh
fi
# do coveralls either way
gulp coveralls