Removed non exiting script from before install step

canary
WolverinDEV 2020-04-09 17:42:48 +02:00
parent 3c6bdb13d1
commit 6286a39aca
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ 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
- chmod +x ./scripts/travis_deploy_dev_server.sh
- chmod +x ./scripts/travis_deploy_github.sh