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 ef7dad1 commit a717af0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -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 @@ -23,3 +23,4 @@ notifications:
slack:
secure: duths/3pSH1nOJ5AKS8c8wdjnr906h5l6LYd+ONZzSqlR+oG1Z2+KuaIW0xVFucV4la1HEknXChWWuuHzU+Dsim5lhcIx42LNhQw6ZJwlanrre8jcdCzpWhs5j561PT733xRdrlxp8NvHGj/swbMo0OKXZ/A48+MH2xg1zpS4w4=
sudo: false
dist: precise
4 changes: 2 additions & 2 deletions Appraisals
@@ -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
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
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 a717af0

Please sign in to comment.