aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-10-22 12:58:18 -0400
committerJack Lloyd <[email protected]>2016-10-22 12:58:18 -0400
commit4e43350da5046dcd2a5a34e453f9f79de4d29e06 (patch)
tree60cb12042928531cf2771f9330524f5376f4b626 /circle.yml
parentf0351cdcedcc088ce7e73b8260eb98e971358ccc (diff)
Don't test non-master branches on CircleCI either
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 125fd0fcb..f70513855 100644
--- a/circle.yml
+++ b/circle.yml
@@ -6,6 +6,11 @@ dependencies:
- g++ --version
- clang++ --version
+general:
+ branches:
+ only:
+ - master
+
test:
override:
- runall() { for f in "$@"; do bash $f; done }; runall: