Tone.js/gulp/success.sh

12 lines
189 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
gulp commitDevBuild
gulp commitJSDocs
2017-08-08 23:57:38 +00:00
fi
# do coveralls either way
gulp coveralls