Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbcbdbf commit ec3933aCopy full SHA for ec3933a
.travis.yml
@@ -24,6 +24,10 @@ script:
24
- make PROFILE="-Werror"
25
- sudo make install
26
- pg_virtualenv make installcheck
27
- - if test -s regression.diffs; then cat regression.diffs; fi
+ - if test -s regression.diffs; then cat regression.diffs; exit 1; fi
28
+ - pg_virtualenv make test
29
30
+ - pg_virtualenv make crushtest
31
32
- make -C doc
33
- sudo make -C doc install
0 commit comments