diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-07-02 09:19:06 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-07-02 09:19:06 +0100 |
commit | 6032c5fe7a110ae7373f3f1862a8a7b931a2796b (patch) | |
tree | e2d143a8ed9d7d0db7797cbca9819f14de8582ee | |
parent | 2d84a2c39befa2b5b0a1ab82421f76f03f15e162 (diff) |
Tell Travis to test develop and master only
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b5cfceb19..c8c79498e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: ruby branches: only: - - travistest + - develop + - master rvm: - 1.8.7 before_install: |