Remove ruby- prefix from .ruby-version, turn off Travis email notifications

This commit is contained in:
Rohan Mitchell
2014-07-03 15:14:12 +10:00
parent 8f6a2575b7
commit da4a00c720
2 changed files with 3 additions and 1 deletions

View File

@@ -1 +1 @@
ruby-1.9.3-p392
1.9.3-p392

View File

@@ -10,3 +10,5 @@ before_script:
script:
- RAILS_ENV=test bundle exec rake db:migrate --trace
- bundle exec rake spec
notifications:
email: false