Skip to content

Commit

Permalink
Fix paths to scripts again
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jan 17, 2018
1 parent 538ccaf commit 0f75674
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -119,15 +119,15 @@ jobs:
dist: trusty
group: edge

install: .travis_install.sh
install: ./.travis_install.sh

before_script: $CHROOT .travis_build.sh
before_script: $CHROOT ./.travis_build.sh

script: .travis_test.sh
script: ./.travis_test.sh

deploy: # Deploy bleeding edge to Bintray
provider: script
script: .travis_deploy.sh
script: ./.travis_deploy.sh
on:
repo: OpenSmalltalk/opensmalltalk-vm
branch: Cog
Expand All @@ -137,7 +137,7 @@ deploy: # Deploy stable tags to GitHub releases
api_key:
secure: ASzbVm1ootfvzfAYm50rWCfIvwp/O+6N1NMv2lymvswj/sGW7MxmYGHj2UNtLg9OAD+lL9YyElyy94MCpSK496+pD7GrOdRAitilMreWR6jGab0D92pPcujMAsDDSRTPNZsui1kvK1skWGMCN41mXLlwtCxSqWdhQ1viMmjXeK29TJbHykFEdfgZc6RcB97NdMyz6Pp9uqbxXSA656UxeLJzsKX88mXFcd5983pVt1ME8dfeUC9dwTihG5IAEg3Uz6HDxcR3uero0alLXycer5zI1kHLede03aNNvcRcUnVjBa5rNY8ON884DblDC+lcc+8b104MQTAGKWbyibjpm+9b0oWJV/tB20VdJUxZ2MpuktLzUrFBjVFjSrB5NmkITtJ1o+eYmjJOzWZNqFueNIsEkbGItDQJkKhNySBnUZ3/gyxnTBwmulUF2i8dimdwAuZlMiTN5mqpSLzLCE9ZrGWz9zuuCCombvpNIAc2IMsaTlpj391TjQfqGvu+Z88hmJOmDwpdUsGwNHo+Cz1N+KivAfySgj1T+CfE4xnuKOQzVbUK1Aqv/uGl1ieS1MfgyrqfgvRWEcGQh7/35n6yxG5s2z1qrs9Vl0e0rN261GQuK5ElNsQSLVRNH13+PdDwTCEZ/APzo+0uGRGTmGKJtzAofmkeAsrwmgGJPAuip/0=
file_glob: true
file: "products/*.{dmg,gz,zip}"
file: "./products/*.{dmg,gz,zip}"
skip_cleanup: true
on:
repo: OpenSmalltalk/opensmalltalk-vm
Expand Down

0 comments on commit 0f75674

Please sign in to comment.