Sfoglia il codice sorgente

travis: ignore wip branches

Pat Hickey 9 anni fa
parent
commit
f01d23381c
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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.*$/