Skip to content

Commit 9cc75be

Browse files
committed
chore: fixed Travis api key
1 parent 4bc83cd commit 9cc75be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: php
33

44
# which versions of PHP to build with
55
php:
6-
- 5.6
6+
- 7.0
77

88
# set global environment variables
99
env:
@@ -36,7 +36,7 @@ before_deploy:
3636
deploy:
3737
provider: releases
3838
api_key:
39-
secure: ACxkkJZKQjIWG/t/TMOwKiIWiJOZr+srOo7BgP474yZUAYJ1MqRUvSGbnrw0Uu5MieZL/pwykhthNflDsAc0OYtVUOGqfMqYQmpPQEKHmACj+BnM8Nt9fGd0lFfI6OXTt0ZeETWNSbZzMZJH9l4/D/EgW9UiwdLaY+bCDrVZ4t8=
39+
secure: JSLi0TwVUCGhT7CNbTJCELWOZTYnwUKyOqLFzLdDI/fRK/e14eWGGQRi/Uy6/t2rH3egohnsNnnmmrDM8WsGDEOzDh4TbBqRZzPCW3mtxk9rPrKG+CVz78Dc9tGckIHy64UPW5wt1VfsSsppEGmXMniVZb0XYW5agOeO2L0CbII=
4040
# name of the zip to upload
4141
file: ${PROJECTNAME}_$TRAVIS_TAG.zip
4242
skip_cleanup: true
@@ -47,4 +47,4 @@ deploy:
4747

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

0 commit comments

Comments
 (0)