Files
probot.github.io/script/cibuild
2017-09-09 12:06:12 -05:00

7 lines
98 B
Bash
Executable File

#!/bin/sh
case "$TRAVIS_EVENT_TYPE" in
cron ) script/remote-sync;;
* ) script/test;;
esac