Skip to content

Commit

Permalink
remove deployment from travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Aug 4, 2018
1 parent eab259f commit 93e1725
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ before_deploy:
- git tag $GIT_TAG -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER"
- git push -q https://${TRAVIS_SECURE_TOKEN_NAME}@github.com/brightdigit/speculid
--tags
deploy:
provider: releases
prerelease: true
api_key:
secure: kB1IJxdHO6n3vTU6qR4klgASWhMzZmiiKYuKppgjZ5zq/dwTma8Ls3PabZcCoo8Bb+tZVXrohLweKwqP+IjH+oydV+9qt4oh2Q6po6gS+Qj3bTMQ+KrZYc699p32JVASQsRgLkYSUQHFT1wR4R5tlGw3A+tevJFlG56tC2WV1Sw=
file: build/Speculid.zip
skip_cleanup: true
on:
tags: false
all_branches: true
#deploy:
# provider: releases
# prerelease: true
# api_key:
# secure: kB1IJxdHO6n3vTU6qR4klgASWhMzZmiiKYuKppgjZ5zq/dwTma8Ls3PabZcCoo8Bb+tZVXrohLweKwqP+IjH+oydV+9qt4oh2Q6po6gS+Qj3bTMQ+KrZYc699p32JVASQsRgLkYSUQHFT1wR4R5tlGw3A+tevJFlG56tC2WV1Sw=
# file: build/Speculid.zip
# skip_cleanup: true
# on:
# tags: false
# all_branches: true
after_failure:
- "./scripts/shasum.sh"
- find "examples/Assets/." -type f \( -iname \*.icns -o -iname \*.png -o -iname \*.pdf
Expand Down

0 comments on commit 93e1725

Please sign in to comment.