mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-22 16:45:03 +00:00
11 lines
No EOL
125 B
Bash
Executable file
11 lines
No EOL
125 B
Bash
Executable file
#!/bin/bash
|
|
|
|
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
|
|
|
|
gulp commitDevBuild
|
|
|
|
gulp coveralls
|
|
|
|
gulp commitJSDocs
|
|
|
|
fi |