We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5839ac3 commit 2ab9ad4Copy full SHA for 2ab9ad4
.travis.yml
@@ -36,7 +36,7 @@ script:
36
- ./configure --cache-file=config.cache $UNIVALUE_CONFIG_ALL $UNIVALUE_CONFIG || ( cat config.log && false)
37
- make -s $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL ; false )
38
- export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib
39
- - if [ "$RUN_TESTS" = "true" ]; then make check; fi
+ - if [ "$RUN_TESTS" = "true" ]; then make distcheck; fi
40
41
matrix:
42
fast_finish: true
0 commit comments