summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3562202..6f63f35 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,12 @@
sudo: required
dist: trusty
+# Only build test master & travis
+branches:
+ only:
+ - master
+ - travis
+
# Enable C++ support
language: cpp