mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-08 01:48:53 +00:00
12 lines
No EOL
189 B
Bash
Executable file
12 lines
No EOL
189 B
Bash
Executable file
#!/bin/bash
|
|
|
|
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
|
|
|
|
# only commit the builds when not a PR
|
|
gulp commitDevBuild
|
|
gulp commitJSDocs
|
|
|
|
fi
|
|
|
|
# do coveralls either way
|
|
gulp coveralls |