#!/usr/bin/env sh

# Tests if script is running under Travis

test ${TRAVIS+hello}
