{"id":16446452,"url":"https://github.com/fbukevin/testtravis","last_synced_at":"2025-09-11T13:07:08.446Z","repository":{"id":70827647,"uuid":"42511184","full_name":"fbukevin/testTravis","owner":"fbukevin","description":null,"archived":false,"fork":false,"pushed_at":"2015-09-16T03:32:25.000Z","size":164,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T10:16:40.369Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/fbukevin.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}},"created_at":"2015-09-15T10:27:07.000Z","updated_at":"2015-09-16T02:36:30.000Z","dependencies_parsed_at":"2023-02-22T20:30:48.698Z","dependency_job_id":null,"html_url":"https://github.com/fbukevin/testTravis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fbukevin/testTravis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbukevin%2FtestTravis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbukevin%2FtestTravis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbukevin%2FtestTravis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbukevin%2FtestTravis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fbukevin","download_url":"https://codeload.github.com/fbukevin/testTravis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbukevin%2FtestTravis/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262133384,"owners_count":23264194,"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-11T09:47:40.545Z","updated_at":"2025-06-26T19:37:12.105Z","avatar_url":"https://github.com/fbukevin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/fbukevin/testTravis.svg?branch=master)](https://travis-ci.org/fbukevin/testTravis)\n\n\n\n* 至少要有三個檔案:\n\n1. package.json\n\n  ```\n  {\n    \"scripts\": {\n      \"test\": \"mocha testMocha.js testChai.js testSinon.js\"\n    },\n    \"dependencies\": {\n      \"chai\": \"^3.2.0\",\n      \"sinon\": \"^1.16.1\"\n    }\n  }\n  ```\n2. .travis.yml\n\n  ```\n  language: node_js\n  node_js:\n    - \"0.10\"\n  before_install: npm install mocha -g \u0026\u0026\n                  npm install chai \u0026\u0026\n                  npm install sinon\n  ```\n3. test.js\n\n\n* 接著你要到 Travis-CI 上去開起這個專案的 GitHub 連接\n* 最後，每當你 push 一版到 GitHub，Travis 就會自動啟動測試，並將測試結果寄送到你的 email\n* 如果測試程式沒有變動的(例如 README.md, package.json 的變動)，不會觸發 Travis-CI\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbukevin%2Ftesttravis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffbukevin%2Ftesttravis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbukevin%2Ftesttravis/lists"}