diff --git a/.travis.yml b/.travis.yml index cec7a87..d347df9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ node_js: - 5.0.0 before_install: - npm install -g gulp +branches: + only: + - master notifications: email: - kimorkim@gmail.com @@ -17,4 +20,4 @@ deploy: skip_cleanup: true on: tags: true - all_branches: true + all_branches: true \ No newline at end of file