diff options
Diffstat (limited to 't/travis.sh')
-rw-r--r-- | t/travis.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/t/travis.sh b/t/travis.sh new file mode 100644 index 0000000..a069b1a --- /dev/null +++ b/t/travis.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +# Set up tests to run under Travis + +echo "Not actually testing anything. Just verifying travis runs this." +exit 0 |