diff options
author | Andre Arko <andre@arko.net> | 2014-04-02 09:14:58 +0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2014-04-02 09:14:58 +0800 |
commit | 280cd987a3d19a12d75dae2e79184823fbb6d8e9 (patch) | |
tree | d459b14a9ddc224958dd6ec36beb8abcf50126c4 /.travis.yml | |
parent | 9f3b2439c5ab0de20456490a769340307d078e9a (diff) | |
download | bundler-280cd987a3d19a12d75dae2e79184823fbb6d8e9.tar.gz |
turns out 2.1 matches 2.1.0 :(
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cfef7d0af5..e12c8c424c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ notifications: # Bundler Ops secure: MNTSGIySYwHia5gIgRiZxXtPMPDIP9KmzQk7Kq2ZoVvP3mIk8W1TMkvcyFkEf6uCasyVZZixzUBfY+E0BlHAz1ycQpTh1jvSpuIpEVYW48ShJldJ+8W8xfzafyOHii3z7VrDaomEffmMDdmHRsbQAfekMjdR4bTpXtT9V+wOXlg= rvm: - - 2.1 + - 2.1.1 - 2.0.0 - 1.9.3 - 1.8.7 |