Replace travis opt in with travis opt out (#11)

* Use `wip` branch prefix to opt out of travis, instead of dev- to opt in

* Add dash
This commit is contained in:
Mark Mossberg 2017-02-15 13:06:49 -05:00 committed by GitHub
parent 6577df9f0d
commit b86808777e

View File

@ -1,7 +1,7 @@
branches:
only:
- master
- /^dev-.*$/
- /^(?!wip-).+$/
language: python
cache:
pip: true