mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
10 lines
142 B
Bash
Executable file
10 lines
142 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
|