aboutsummaryrefslogtreecommitdiff
path: root/t/travis.sh
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-13 23:25:56 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-13 23:25:56 +0100
commitf19272afad50bdbad34db6916b2836c315b2b0c8 (patch)
tree06d333003a1239799dee5aa4449707149039e0ec /t/travis.sh
parent2059fd91ca7792615e05c035afe12708f504691c (diff)
downloadsbotools2-f19272afad50bdbad34db6916b2836c315b2b0c8.tar.xz
Initial travis config
Diffstat (limited to 't/travis.sh')
-rw-r--r--t/travis.sh6
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