diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 70dbd85..9c03b91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ node_js: branches: only: - - deploy + - master before_script: - git config --global user.email "robot@overlord.industries" @@ -24,7 +24,7 @@ This documentation uses [minidocs](https://github.com/freeman-lab/minidocs) for ### Deployment -Deployment happens automatically via Travis when updates are pushed to the deploy branch. +Deployment happens automatically via Travis when updates are pushed to the master branch. ### NPM Commands |