Commit 0333d5c8e43c2491cd610fa5edff90fb4e2babc3

Authored by Rafael Manzo
1 parent 28ab6d02

Ruby 2.1.1

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
.ruby-version
1   -ruby-2.1.0
  1 +ruby-2.1.1
... ...
.travis.yml
1 1 language: ruby
2 2 rvm:
3   - - 2.1.0
  3 + - 2.1.1
4 4  
5 5 before_script:
6 6 - "cp config/database.yml.sample config/database.yml"
... ...