Tone.js/gulp/success.sh
2017-08-30 12:47:46 -04:00

14 lines
178 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
# upload coveralls
gulp coveralls