diff options
author | Philip Arndt <git@arndt.io> | 2014-11-21 14:12:20 -0800 |
---|---|---|
committer | Philip Arndt <git@arndt.io> | 2014-11-21 14:12:20 -0800 |
commit | 6f6b6f5aad3a26e530077d9d0f04895227cfc372 (patch) | |
tree | 6aabd8f51f845f692c4d70ea9a5c5ae6d88541dd | |
parent | 59fab9cdc5074df4ee2cead500e143f750b4dcf9 (diff) | |
download | refinerycms-blog-6f6b6f5aad3a26e530077d9d0f04895227cfc372.tar.gz refinerycms-blog-6f6b6f5aad3a26e530077d9d0f04895227cfc372.tar.bz2 refinerycms-blog-6f6b6f5aad3a26e530077d9d0f04895227cfc372.zip |
Removed 2.0.0 from CI, as it's not supported.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5dee151..5b35827 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,3 @@ env: - DB=mysql rvm: - 2.1 - - 2.0.0 |