Skip to content

Commit

Permalink
chore: fixed Travis api key
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Mar 27, 2019
1 parent 4bc83cd commit 9cc75be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: php

# which versions of PHP to build with
php:
- 5.6
- 7.0

# set global environment variables
env:
Expand Down Expand Up @@ -36,7 +36,7 @@ before_deploy:
deploy:
provider: releases
api_key:
secure: ACxkkJZKQjIWG/t/TMOwKiIWiJOZr+srOo7BgP474yZUAYJ1MqRUvSGbnrw0Uu5MieZL/pwykhthNflDsAc0OYtVUOGqfMqYQmpPQEKHmACj+BnM8Nt9fGd0lFfI6OXTt0ZeETWNSbZzMZJH9l4/D/EgW9UiwdLaY+bCDrVZ4t8=
secure: JSLi0TwVUCGhT7CNbTJCELWOZTYnwUKyOqLFzLdDI/fRK/e14eWGGQRi/Uy6/t2rH3egohnsNnnmmrDM8WsGDEOzDh4TbBqRZzPCW3mtxk9rPrKG+CVz78Dc9tGckIHy64UPW5wt1VfsSsppEGmXMniVZb0XYW5agOeO2L0CbII=
# name of the zip to upload
file: ${PROJECTNAME}_$TRAVIS_TAG.zip
skip_cleanup: true
Expand All @@ -47,4 +47,4 @@ deploy:

after_deploy:
# execute release after script
- sh ./vendor/coldtrick/releases/scripts/travis/after_deploy.sh
- sh ./vendor/coldtrick/releases/scripts/travis/after_deploy.sh

0 comments on commit 9cc75be

Please sign in to comment.