Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Nov 12, 2017
1 parent 42156ed commit 25629ce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: ruby
cache: bundler
rvm:
- 2.2.5
- 2.3.1
- 2.2.6
- 2.3.3
before_script:
- mysql -e 'create database enju_test DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;'
- psql -c 'create database enju_test;' -U postgres
Expand All @@ -20,3 +20,4 @@ notifications:
slack:
secure: aVw4odRuPfoUjOXbmYfwhYrUuG0BPxmPDmpz6RmUoUKUtUDPWeCw60Xxv+AvGxNuc2usZ32eHW/tKXsQukx5SADVYkSgiAquo4/PErxAdt+P+ilEUT0fzJr8N11mtY0SEOK1iXVp5ucjswsjUYPyQwcddL/hBU2tcSU73yrLv2E=
sudo: false
dist: precise
4 changes: 2 additions & 2 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
appraise "rails-4.2" do
gem "rails", "~> 4.2.8"
gem "rails", "~> 4.2.10"
gem 'statesman', '~> 1.3'
end

appraise "rails-5.0" do
gem "rails", "~> 5.0.2"
gem "rails", "~> 5.0.6"
gem 'statesman', '~> 2.0'
gem 'activemodel-serializers-xml'
gem 'rails-controller-testing'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "rails", "~> 4.2.8"
gem "rails", "~> 4.2.10"
gem "statesman", "~> 1.3"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_5.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "rails", "~> 5.0.2"
gem "rails", "~> 5.0.6"
gem "statesman", "~> 2.0"
gem "activemodel-serializers-xml"
gem "rails-controller-testing"
Expand Down

0 comments on commit 25629ce

Please sign in to comment.