diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2014-02-03 08:35:36 +0200 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2014-02-03 08:35:36 +0200 |
commit | c3b666e8730ffdc07dee5c6604ba8b109c320e2b (patch) | |
tree | 335b9a5f87e60d92691d07859b72b0141bab163f | |
parent | a6ec37c7f54660d34a6b6f1496fea9f825543cc7 (diff) | |
download | refinerycms-blog-c3b666e8730ffdc07dee5c6604ba8b109c320e2b.tar.gz refinerycms-blog-c3b666e8730ffdc07dee5c6604ba8b109c320e2b.tar.bz2 refinerycms-blog-c3b666e8730ffdc07dee5c6604ba8b109c320e2b.zip |
Only run against 2.1.0 and 2.0.0 on Travis CI.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 54c0145..e21a57e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,6 @@ notifications: env: - DB=postgresql - DB=mysql -matrix: - allow_failures: - - rvm: rbx-19mode rvm: + - 2.1.0 - 2.0.0 |