Given: ```yaml language: python script: - cat ضروریاں.txt ``` `travis-yml` returns: ``` { "language": "python", "os": [ "linux" ], "dist": "xenial", "script": [ "cat .txt" ], } ```