Adding script permissions

canary
WolverinDEV 2020-04-03 00:28:09 +02:00
parent c90eb0246f
commit a44fd1719f
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ services:
before_install:
# If ever run on windows make sure you don't run this in the git bash!
- docker run -dit --name emscripten -v "$(pwd)":"/src/" trzeci/emscripten:sdk-incoming-64bit bash
- chmod +x ./scripts/travis.sh
- chmod +x ./scripts/travis_deploy.sh
branches:
only: