diff options
| author | 2018-02-27 09:58:11 +0000 | |
|---|---|---|
| committer | 2018-02-27 09:58:11 +0000 | |
| commit | 2f4a2532b33833f62d18aac3bcad93e544c93ddd (patch) | |
| tree | ebc1e224bc6b780655a88c0d0ace58c8b016a0a5 | |
| parent | Fix unit test (diff) | |
[Travis] Build only master
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: | 
