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: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ If you want to contribute to the repository, follow these steps:
28
28
29
29
1. Fork the repo.
30
30
1. Develop and test your code changes: `npm install -d && npm test`. Make sure you work in the `dev` branch. PLEASE don't do your work in `master`.
31
-
1.In order to run the tests locally you should comment out `test.integration-all-services.js` because the integration tests require you to have service credentials for all the services.
32
-
Travis will run the integration tests for all services once the changes are merged in.
31
+
1.Travis-CI will run the integrationtests for all services once your changes are merged.
32
+
If you wish to run integration tests locally you must provide service credentials for all the services. See `test/test.integration-all-services.js`.
33
33
1. Add a test for your changes. Only refactoring and documentation changes require no new tests.
0 commit comments