Tone.js/gulp/success.sh
2017-08-08 19:57:38 -04:00

12 lines
No EOL
189 B
Bash
Executable file

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