You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aio/content/guide/testing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ Continuous integration (CI) servers let you set up your project repository so th
99
99
There are paid CI services like Circle CI and Travis CI, and you can also host your own for free using Jenkins and others.
100
100
Although Circle CI and Travis CI are paid services, they are provided free for open source projects.
101
101
You can create a public project on GitHub and add these services without paying.
102
-
Contributions to the Angular repo are automatically run through a whole suite of Circle CI and Travis CI tests.
102
+
Contributions to the Angular repo are automatically run through a whole suite of Circle CI tests.
103
103
104
104
This article explains how to configure your project to run Circle CI and Travis CI, and also update your test configuration to be able to run tests in the Chrome browser in either environment.
0 commit comments