Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b9cca6b

Browse files
Adding notes for continuous integration using TravisCI and Appveyor
1 parent 08bd31e commit b9cca6b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

‎README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,36 @@ As a team go through the available linting rules and decide which ones to includ
718718
- Place our test files alongside the actual files (using filename.spec.js or filename.test.js?)
719719
- Tests will run everytime we save
720720

721+
### Continuous Integration (CI)
722+
723+
- Run automated build
724+
- Run your tests
725+
- Check your code coverage
726+
- Deploy your code
727+
728+
### CI Servers
729+
730+
- #### Travis (author's choice for linux/mac)
731+
732+
- Popular
733+
- Hosted Solution
734+
735+
- #### Appveyor (author's choice for windows)
736+
737+
- Windows support
738+
- Hosted Solution
739+
740+
- #### Jenkins
741+
742+
- Popular
743+
- Installed
744+
745+
- #### circleCI
746+
747+
- #### Semaphore
748+
749+
- #### SnapCI
750+
721751

722752

723753
## Bibliography

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /