Explorar el Código

travis: ignore wip branches

Pat Hickey hace 9 años
padre
commit
f01d23381c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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.*$/