From fd42db84043efdf775bfaf19c11f313aba4c16e6 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 13 Apr 2015 10:34:35 -0600 Subject: [PATCH] Correct docs about what the ci target runs We stopped using the `build-examples` target with 3f1ae87eee07f9ff6f4af9fa5ccad680ac68004f. --- build.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.py b/build.py index d2337cc2c7..8e222fe635 100755 --- a/build.py +++ b/build.py @@ -825,9 +825,9 @@ Other less frequently used targets are: apidoc - Builds the API-Documentation using JSDoc3. ci - Builds all examples in various modes and usually takes a long time to finish. This target calls the following - targets: lint, build, build-all, test, test-rendering, - build-examples, check-examples and apidoc. This is the - target run on Travis CI. + targets: 'lint', 'build', 'test', 'test-rendering', + 'build/examples/all.combined.js', 'check-examples', + and 'apidoc'. This is the target run on Travis CI. test-coverage - Generates a test coverage report in the coverage folder. reallyclean - Remove untracked files from the repository. checkdeps - Checks whether all required development software is