Workaround for broken travis biicode deployment

This commit is contained in:
Sebastian Messmer 2015-04-08 17:20:25 +02:00
parent 1e532cc989
commit c68eee1de4

View File

@ -19,10 +19,13 @@ script:
&& chmod +x run_with_fuse.sh && chmod +x run_with_fuse.sh
&& ./run_with_fuse.sh ./bin/messmer_fspp_test_main && ./run_with_fuse.sh ./bin/messmer_fspp_test_main
&& rm run_with_fuse.sh && rm run_with_fuse.sh
deploy: after_success:
provider: biicode - bii user ${BII_USERNAME} -p ${BII_PASSWORD}
user: ${BII_USERNAME} - bii publish
password: #deploy:
secure: ${BII_PASSWORD} # provider: biicode
on: # user: ${BII_USERNAME}
branch: develop # password:
# secure: ${BII_PASSWORD}
# on:
# branch: develop