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