Skip to content

Commit ec3933a

Browse files
committed
Make Travis CI do make test and make crushtest
1 parent bbcbdbf commit ec3933a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ script:
2424
- make PROFILE="-Werror"
2525
- sudo make install
2626
- pg_virtualenv make installcheck
27-
- if test -s regression.diffs; then cat regression.diffs; fi
27+
- if test -s regression.diffs; then cat regression.diffs; exit 1; fi
28+
- pg_virtualenv make test
29+
- if test -s regression.diffs; then cat regression.diffs; exit 1; fi
30+
- pg_virtualenv make crushtest
31+
- if test -s regression.diffs; then cat regression.diffs; exit 1; fi
2832
- make -C doc
2933
- sudo make -C doc install

0 commit comments

Comments
 (0)