Adding script permissions
This commit is contained in:
parent
c90eb0246f
commit
a44fd1719f
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ services:
|
||||||
before_install:
|
before_install:
|
||||||
# If ever run on windows make sure you don't run this in the git bash!
|
# 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
|
- 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:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Add table
Reference in a new issue