diff --git a/.travis.yml b/.travis.yml index ef9bc79b6..4e3c138d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,7 @@ node_js: - "stable" cache: directories: - - node_modules \ No newline at end of file + - node_modules +branches: + only: + - master \ No newline at end of file