diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2015-06-19 20:47:24 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2015-06-19 20:47:24 -0400 |
commit | f3a8cb947eaf7318990f3d27e963bdd2787b4196 (patch) | |
tree | 7982441c06ada9fb8d0b1a2ebbe4e119dc9ce706 | |
parent | 789f5165ad7de0f0dd7cc9988e0126c0d732257c (diff) | |
download | markdown-f3a8cb947eaf7318990f3d27e963bdd2787b4196.tar.gz markdown-f3a8cb947eaf7318990f3d27e963bdd2787b4196.tar.bz2 markdown-f3a8cb947eaf7318990f3d27e963bdd2787b4196.zip |
Restict travis to non-experimental branches.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index cd0bbef..cd7e285 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,7 @@ script: - tox after_success: - coveralls +branches: + only: + - master + - md3 |