aboutsummaryrefslogtreecommitdiff
path: root/t/travis.sh
blob: 88056f2244494433e0215a7d4a099dd14b47e668 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

# Set up tests to run under Travis
set -e
set -x

perl -I"SBO-Lib/lib" sbosnap fetch

echo "Not actually testing anything. Just verifying travis runs this."
exit 0