Tone.js/gulp/success.sh
2017-08-30 11:23:11 -04:00

14 lines
189 B
Bash
Executable file

#!/bin/bash
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
# commit the build
sh push_build.sh
# update the site
# sh update_site.sh
fi
# do coveralls either way
# gulp coveralls