Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
update ruby version in travis for rails 5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakis committed Nov 22, 2017
1 parent 421c83f commit cc8f79d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: ruby
rvm:
- 2.1.5
- 2.2.0
- 2.3.5

script: bundle exec rake ci

Expand All @@ -17,4 +16,4 @@ notifications:
on_success: "change"
on_failure: "always"
template:
- "%{repository}//%{branch}@%{commit} by %{author}: %{message} - %{build_url}"
- "%{repository}//%{branch}@%{commit} by %{author}: %{message} - %{build_url}"

0 comments on commit cc8f79d

Please sign in to comment.