mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fix the travis-ci script.
To exit on each failure and exec make dist.
This commit is contained in:
parent
88460a847c
commit
a56d8cd72f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue