From bd47db8a55295a47d937ecac4dffe18add5ea2a1 Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Mon, 21 Mar 2016 10:32:24 +0000 Subject: [PATCH] DEVELOPING.md: remove section on running Travis on fork --- DEVELOPING.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index 1b02a7fc25..2bbbf0555b 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -11,14 +11,6 @@ The Travis CI hook is enabled on the Github repository. This means every pull re is run through a full test suite to ensure it compiles and passes the tests. Failing pull requests will not be merged. -Although not mandatory, it is also recommended to set up Travis CI for your ol3 fork. -For that go to your ol3 fork's Service Hooks page and set up the Travis hook. -Then every time you push to your fork, the test suite will be run. This means -errors can be caught before creating a pull request. For those making -small or occasional contributions, this may be enough to check that your contributions -are ok; in this case, you do not need to install the build tools on your local environment -as described below. - ### Development dependencies The minimum requirements are: