Fixed the travis ci script

canary
WolverinDEV 2020-08-05 19:23:06 +02:00
parent 31ee012f12
commit dab2c58162
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ 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/build.sh
- chmod +x ./scripts/travis/deploy_dev_server.sh
- chmod +x ./scripts/travis/deploy_server.sh
- chmod +x ./scripts/travis/deploy_github.sh
- chmod +x ./scripts/travis/deploy_docker.sh