mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-06 17:08:48 +00:00
11 lines
125 B
Bash
11 lines
125 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
|
||
|
|
||
|
gulp commitDevBuild
|
||
|
|
||
|
gulp coveralls
|
||
|
|
||
|
gulp commitJSDocs
|
||
|
|
||
|
fi
|