{"id":17274109,"url":"https://github.com/davidthorn/travis-test","last_synced_at":"2026-01-06T12:08:56.808Z","repository":{"id":122658827,"uuid":"119299170","full_name":"davidthorn/travis-test","owner":"davidthorn","description":null,"archived":false,"fork":false,"pushed_at":"2018-01-29T05:34:41.000Z","size":31,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T14:47:40.388Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidthorn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-28T21:25:05.000Z","updated_at":"2018-01-28T21:25:05.000Z","dependencies_parsed_at":"2024-06-24T12:20:26.857Z","dependency_job_id":null,"html_url":"https://github.com/davidthorn/travis-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidthorn%2Ftravis-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidthorn%2Ftravis-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidthorn%2Ftravis-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidthorn%2Ftravis-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidthorn","download_url":"https://codeload.github.com/davidthorn/travis-test/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245661445,"owners_count":20651864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T08:53:09.084Z","updated_at":"2026-01-06T12:08:56.755Z","avatar_url":"https://github.com/davidthorn.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# travis-test\n\nadded:\n\n* swift package init --type library\n* swift package generate-xcodeproj\n* pod init\n* pod install\n\n### build success\n\ntry now adding env variable\n\nframework_name = DavidsFramework\n\nadded\n\nscript:\n  - - mkdir $framework_name\n \n### build failed \nThe command \"mkdir $framework_name\" exited with 0.\n\ntrying\n\nscript:\n  - echo $framework_name\n  - mkdir $framework_name\n  \n# BUILD SUCCESS\n\nlanguage: objective-c\nenv:\n  - FOLDER_NAME=David\n  - FRAMEWORK_NAME=Framework\nos: osx\nosx_image: xcode9.2\nbefore_install:\n  - swift package init --type library\n  - swift package generate-xcodeproj\nscript: \n  - mkdir $FOLDER_NAME\n  - touch $FOLDER_NAME/$FRAMEWORK_NAME\n  - ls -ll\n\n# Build failed\n\nIt made 2 builds rather than 1\n\ntrying\n\nenv:\n  - FOLDER_NAME=David FRAMEWORK_NAME=Framework\n  \n\n# Build success\n\ntrying to force a fail with git push\n\n# Build failed because I added develop rather than master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidthorn%2Ftravis-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidthorn%2Ftravis-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidthorn%2Ftravis-test/lists"}