Removed non exiting script from before install step
parent
3c6bdb13d1
commit
6286a39aca
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue