diff --git a/.travis.yml b/.travis.yml
index 4d992ef95dee724cc4469d051e20f5fb7202507e..a604df641f8a7689cf4b4ef7e4004fb03c674e23 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,9 @@
 # Apple Clang  1100.0.33.16
 #######################################################
 
+# Ignore bors testing branches.
+if: NOT branch =~ \.tmp$
+
 language: cpp
 sudo: false