Skip to content
This repository was archived by the owner on Mar 7, 2018. It is now read-only.

Commit c49b9bc

Browse files
committed
removing and ignoring .ruby-version
1 parent 333f5b2 commit c49b9bc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/Gemfile.lock
33
*.gem
44
coverage/
5+
.ruby-version

.ruby-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: ruby
22
rvm:
3+
- 2.1.0
34
- 2.0.0
45
- 1.9.3
56

6-
script: "rake test"
7+
script: "rake test"

0 commit comments

Comments
 (0)