Skip to content

Commit

Permalink
remove .ruby-version & add many ruby-version in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Zubov committed Apr 20, 2018
1 parent 2341992 commit a38057c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
/tmp/
.idea/
Gemfile.lock
.ruby-version
.sass-cache/

# Used by dotenv library to load environment variables.
# .env
Expand Down
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
language: ruby
sudo: false
cache: bundler
before_install:
- gem install bundler
rvm:
- 2.1.6
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5

0 comments on commit a38057c

Please sign in to comment.