aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-27 13:43:34 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-27 13:43:34 +0000
commit1480b57e672d06905c38d04b0ae709b32802097a (patch)
tree133fdcf2a1251d331bd70c924be8526c1aad830d
parentFix paginator footer display and allow extra footer text (diff)
[Travis] Only build on master
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ca2161a04..b0dee1bcb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,10 @@ language: python
python:
- "3.6"
+branches:
+ only:
+ - "master"
+
install:
- pip install -r requirements.txt
- pip install -r requirements-ci.txt