diff options
Diffstat (limited to '')
| -rw-r--r-- | .travis.yml | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/.travis.yml b/.travis.yml index 52cccc0a..ff7224de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,10 @@ python:  addons:    rethinkdb: "2.3" +branches: +  only: +    - "master" +  cache: pip  install: | 
