Tone.js/gulp/success.sh

15 lines
210 B
Bash
Raw Normal View History

#!/bin/bash
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
2017-08-08 23:57:38 +00:00
# only commit the builds when not a PR
2017-08-30 13:45:22 +00:00
# gulp commitDevBuild
# commit the build
sh push_build.sh
2017-08-08 23:57:38 +00:00
fi
# do coveralls either way
2017-08-30 13:45:22 +00:00
gulp coveralls