(travis) Consolidate where/how we load the common functions (the multiple
[dbsrgits/DBIx-Class-Historic.git] / maint / travis-ci_scripts / 20_install.bash
index 53636e4..39ec479 100755 (executable)
@@ -1,6 +1,5 @@
 #!/bin/bash
 
-source maint/travis-ci_scripts/common.bash
 if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then return ; fi
 
 CPAN_MIRROR=$(echo "$PERL_CPANM_OPT" | grep -oP -- '--mirror\s+\S+' | head -n 1 | cut -d ' ' -f 2)