Parcourir la source

travis: ignore wip branches

Pat Hickey il y a 9 ans
Parent
commit
f01d23381c
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -24,3 +24,6 @@ script:
   - IVORY_REPO=$IVORY_REPO TOWER_REPO=$TOWER_REPO BSP_REPO=$BSP_REPO make test
 ghc:
   - 7.8
+branches:
+  except:
+    - /^wip.*$/