Skip to content

Commit

Permalink
Always grant permission of execution to Travis scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
EliuX committed Jan 20, 2019
1 parent ed3046d commit 224c174
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ matrix:
osx_image: xcode9.3
sudo: required
before_install:
- chmod +x ./.travis/before_install.sh
- ./.travis/before_install.sh
- mega-version
- mega-help
before_deploy:
#GPG keys
- chmod +x ./.travis/before_deploy.sh
- ./.travis/before_deploy.sh
deploy:
provider: releases
Expand Down

0 comments on commit 224c174

Please sign in to comment.