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