docs(readme): add travis-after-all note to example travis.yml
This commit is contained in:
parent
0930a6e33d
commit
6c6562249b
@ -95,6 +95,9 @@ Inside your `.travis.yml`:
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- iojs-v1
|
- 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
|
sudo: false
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
@ -133,8 +136,6 @@ Note: Your CI environment has to export `CI=true` in order for `semantic-release
|
|||||||
|
|
||||||
Note: It is crucial that your CI server also fetches all tags when checking out your repository. 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).
|
|
||||||
|
|
||||||
## ITYM*FAQ*LT
|
## ITYM*FAQ*LT
|
||||||
> I think you might frequently ask questions like these
|
> I think you might frequently ask questions like these
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user