diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-12-10 11:16:15 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-12-10 11:16:15 +0000 |
commit | 1732c80688004ac285906c30fcb67ced809c93ef (patch) | |
tree | 972ea8081746cfff11116b12c8fe52e23ee24e51 | |
parent | 8aa8e4f23f72a70be3eb87b5b4c93e9bc70f411e (diff) |
Add another branch to travis testing to resolve the test failures that only seem to happen in travis.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 493663940..9cc3fd5a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ branches: only: - develop - master + - feature/fix-travis-ruby-19-errors rvm: - 1.8.7 - 1.9.3 |