From dbb3e8d8c6c8f842cab7d0cef83a437e291deb58 Mon Sep 17 00:00:00 2001 From: Daniel Donenfeld Date: Wed, 13 Feb 2019 14:37:51 -0800 Subject: [PATCH] Exclude asm branches from travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0130dd7..60bd07f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ # Based on https://github.com/ldionne/hana/blob/master/.travis.yml +branches: + except: + - /asm.*/ + language: cpp sudo: false notifications: