1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/scripts/travis-ci-build
Shlomi Fish a56d8cd72f Fix the travis-ci script.
To exit on each failure and exec make dist.
2018-03-19 14:27:43 +02:00

3 lines
153 B
Bash

#!/bin/bash
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