aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-27 09:58:11 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-27 09:58:11 +0000
commit2f4a2532b33833f62d18aac3bcad93e544c93ddd (patch)
treeebc1e224bc6b780655a88c0d0ace58c8b016a0a5 /.travis.yml
parentFix unit test (diff)
[Travis] Build only master
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
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: