Tone.js/gulp/success.sh

11 lines
125 B
Bash
Raw Normal View History

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