diff --git a/scripts/travis-ci-build b/scripts/travis-ci-build index 5bbdfc9b..de59681c 100644 --- a/scripts/travis-ci-build +++ b/scripts/travis-ci-build @@ -1,2 +1,3 @@ #!/bin/bash -PATH="$(perl -lE 'my @p = split/:/,$ENV{PATH}; print join q#:#, grep { ! m#\A/opt/python# } @p;')" make test || make dist || exit -1 +PATH="$(perl -lE 'my @p = split/:/,$ENV{PATH}; print join q#:#, grep { ! m#\A/opt/python# } @p;')" make test || exit -1 +make dist || exit -1