mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
travis: only run tests if make succeeds
This commit is contained in:
parent
9bc1b44b0d
commit
8db12fe897
1 changed files with 1 additions and 3 deletions
|
@ -55,9 +55,7 @@ matrix:
|
||||||
script:
|
script:
|
||||||
- autoreconf
|
- autoreconf
|
||||||
- ./configure --prefix=$HOME/prefix || cat config.log
|
- ./configure --prefix=$HOME/prefix || cat config.log
|
||||||
- make -j2
|
- make -j2 && make test DESTDIR=$HOME/prefix/ SHOW_INTERACTIVE_LOG=1
|
||||||
- make install
|
|
||||||
- make test DESTDIR=$HOME/prefix/ SHOW_INTERACTIVE_LOG=1
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
# Some items are encrypted so that notifications from other repositories
|
# Some items are encrypted so that notifications from other repositories
|
||||||
|
|
Loading…
Reference in a new issue