From 3440d2284cbfb1e5d4d35c735f0eff9e1d0b3697 Mon Sep 17 00:00:00 2001 From: Robin Mehner Date: Fri, 12 Jun 2015 12:30:08 +0200 Subject: [PATCH 1/2] docs(readme): Reminder to enable Travis to make encrypt work --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5fcfc09..629b57e0 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ deploy: Note: This isn't tied to a specific service, but example configuration is provided for [Travis CI](https://travis-ci.org/). Feel free to contribute configuration for other servers or services. -Note: You should [encrypt](http://docs.travis-ci.com/user/environment-variables/#sts=Secure Variables) your api keys and tokens. +Note: You should [encrypt](http://docs.travis-ci.com/user/environment-variables/#sts=Secure Variables) your api keys and tokens. If this is a new repository, don't forget to enable it on Travis to make encrypt work. 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. From 1ddb090fec98a3ab0ff0302f64a308f60b3866e4 Mon Sep 17 00:00:00 2001 From: Robin Mehner Date: Fri, 12 Jun 2015 13:28:29 +0200 Subject: [PATCH 2/2] docs(readme): Link to Travis profile for enabling the repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 629b57e0..97ddb066 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ deploy: Note: This isn't tied to a specific service, but example configuration is provided for [Travis CI](https://travis-ci.org/). Feel free to contribute configuration for other servers or services. -Note: You should [encrypt](http://docs.travis-ci.com/user/environment-variables/#sts=Secure Variables) your api keys and tokens. If this is a new repository, don't forget to enable it on Travis to make encrypt work. +Note: You should [encrypt](http://docs.travis-ci.com/user/environment-variables/#sts=Secure Variables) your api keys and tokens. If this is a new repository, don't forget to [enable it on Travis](https://travis-ci.org/profile) to make encrypt work. 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.