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 8ec1b78 commit 2d8ab66Copy full SHA for 2d8ab66
.travis.yml
@@ -77,7 +77,7 @@ script:
77
- ./configure --cache-file=../config.cache $GCOIN_CONFIG_ALL $GCOIN_CONFIG || ( cat config.log && false)
78
- make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL V=1 ; false )
79
- export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib
80
- - if [ "$RUN_TESTS" = "true" ]; then ./src/test/test_gcoin; fi
+ - if [ "$RUN_TESTS" = "true" ]; then ./src/test/test_gcoin --run_test=wallet_tests; fi
81
# - if [ "$RUN_TESTS" = "true" ]; then qa/pull-tester/rpc-tests.py --coverage; fi
82
after_script:
83
- echo $TRAVIS_COMMIT_RANGE
0 commit comments