Tone.js/gulp/success.sh
2017-08-08 19:42:30 -04:00

11 lines
No EOL
125 B
Bash
Executable file

#!/bin/bash
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
gulp commitDevBuild
gulp coveralls
gulp commitJSDocs
fi