Skip to content

Commit 2ab9ad4

Browse files
committed
travis: Make 'make distcheck' for more comprehensive checks.
1 parent 5839ac3 commit 2ab9ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ script:
3636
- ./configure --cache-file=config.cache $UNIVALUE_CONFIG_ALL $UNIVALUE_CONFIG || ( cat config.log && false)
3737
- make -s $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL ; false )
3838
- export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib
39-
- if [ "$RUN_TESTS" = "true" ]; then make check; fi
39+
- if [ "$RUN_TESTS" = "true" ]; then make distcheck; fi
4040

4141
matrix:
4242
fast_finish: true

0 commit comments

Comments
 (0)