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:50 +0100 |
commit | c5cef2aa3610d82c89ecf01454cca9132bab72e1 (patch) | |
tree | 3b6da819e80cc0f497fbdb8d980d46788b976b4b | |
parent | c54f7784dbdd1ad583661ce24813c74f6f23cd2b (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 345afe708..fbd6464db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: ruby branches: only: - - travistest + - develop + - master rvm: - 1.8.7 before_install: |