Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
travis update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Garzik committed Sep 17, 2015
1 parent b5b00d1 commit be5d40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ script:
- test -n "$USE_SHELL" && eval '"$USE_SHELL" -c "./autogen.sh"' || ./autogen.sh
- ./configure --cache-file=config.cache $PICOCOIN_CONFIG_ALL $PICOCOIN_CONFIG || ( cat config.log && false)
- make distdir PACKAGE=picocoin VERSION=$HOST
- cd picocoin-$HOST
# - cd picocoin-$HOST
- make -s $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL ; false )
- export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib
- if [ "$RUN_TESTS" = "true" ]; then make check; fi
Expand Down

0 comments on commit be5d40e

Please sign in to comment.