Skip to content

Commit

Permalink
Fix Travis File
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoExpert committed Feb 6, 2017
1 parent ae30801 commit aad9dcb
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 @@ -52,7 +52,7 @@ script:
- "../configure $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)"
- make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL V=1 ; false )
- if [ -n "$OSX_SDK" ]; then ls -la ; fi
- if [ -n "$OSX_SDK" ]; then ls -la build fi
- if [ -n "$OSX_SDK" ]; then ls -la build; fi
- if [ -n "$OSX_SDK" ]; then mkdir${OUTDIR}/bin; fi
- if [ -n "$OSX_SDK" ]; then cp Vertcoin-Qt.app ${OUTDIR}/bin; fi
- if [ -n "$OSX_SDK" ]; then cp Vertcoin-Core.dmg ${OUTDIR}/bin; fi
Expand Down

0 comments on commit aad9dcb

Please sign in to comment.