Commit 95d2c06475ae7baf9292fd25622d32a6972e48fd

Authored by Rafael Manzo
1 parent bb5054f1

Updated ruby-version to 2.1.2

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