From 6c6562249b01a307f381ddeb60ea31ca20677a05 Mon Sep 17 00:00:00 2001 From: Lewis Cowper Date: Wed, 27 May 2015 09:37:55 +0100 Subject: [PATCH] docs(readme): add travis-after-all note to example travis.yml --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b982800..e7e92c8b 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,9 @@ Inside your `.travis.yml`: language: node_js node_js: - iojs-v1 +# If you have a more sophisticated build with multiple jobs you should have a look at +# https://github.com/dmakhno/travis_after_all which is also configured for this +# package. (Check the .travis.yml) sudo: false cache: directories: @@ -131,9 +134,7 @@ Note: You should [encrypt](http://docs.travis-ci.com/user/environment-variables/ Note: Your CI environment has to export `CI=true` in order for `semantic-release` not to automatically perform a dry run. Travis CI does this by default. -Note: It is crucial that your CI server also fetches all tags when checking out your repository. Travis CI does this by default. - -Note: If you have a more sophisticated build with multiple jobs you should have a look at [travis-after-all](https://github.com/dmakhno/travis_after_all), which is also configured for this [package](.travis.yml). +Note: It is crucial that your CI server also fetches all tags when checking out your repository. Travis CI does this by default. ## ITYM*FAQ*LT > I think you might frequently ask questions like these