diff options
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 48e13983b..9cdebda83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,9 @@ cache: - $HOME/.gem/ruby - $HOME/Library/Caches/Homebrew/style - $HOME/Library/Caches/Homebrew/tests - +branches: + only: + - master matrix: fast_finish: true include: |
